Add text prefix to test event content
This commit is contained in:
parent
6bcf9cc9db
commit
dd77cd74d1
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ describe('TimelinePanel', function() {
|
||||||
|
|
||||||
// fill the timeline with lots of events
|
// fill the timeline with lots of events
|
||||||
for (var i = 0; i < N_EVENTS; i++) {
|
for (var i = 0; i < N_EVENTS; i++) {
|
||||||
timeline.addEvent(mkMessage({msg: ""+i}));
|
timeline.addEvent(mkMessage({msg: "Event "+i}));
|
||||||
}
|
}
|
||||||
console.log("added events to timeline");
|
console.log("added events to timeline");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue