RESOLVED FIXED 67073
Cleanup expected text on media/track LayoutTests
https://bugs.webkit.org/show_bug.cgi?id=67073
Summary Cleanup expected text on media/track LayoutTests
Anna Cavender
Reported 2011-08-26 17:40:56 PDT
Change testExpected("cues[i]." + test.property, test.values[i]); to testExpected("cues[" + i + "]." + test.property, test.values[i]); so the track number is printed as it is in the tests that don't use this function and the results look like this: EXPECTED (cues[0].direction == 'vertical') OK instead of this: EXPECTED (cues[i].direction == 'vertical') OK
Attachments
Patch (43.32 KB, patch)
2011-08-26 17:47 PDT, Anna Cavender
no flags
Anna Cavender
Comment 1 2011-08-26 17:47:05 PDT
Eric Carlson
Comment 2 2011-08-26 18:16:29 PDT
Comment on attachment 105426 [details] Patch Thanks Anna!
WebKit Review Bot
Comment 3 2011-08-26 19:15:43 PDT
Comment on attachment 105426 [details] Patch Clearing flags on attachment: 105426 Committed r93932: <http://trac.webkit.org/changeset/93932>
WebKit Review Bot
Comment 4 2011-08-26 19:15:47 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.