Bug 67073 - Cleanup expected text on media/track LayoutTests
Summary: Cleanup expected text on media/track LayoutTests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anna Cavender
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-26 17:40 PDT by Anna Cavender
Modified: 2011-08-26 19:15 PDT (History)
1 user (show)

See Also:


Attachments
Patch (43.32 KB, patch)
2011-08-26 17:47 PDT, Anna Cavender
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anna Cavender 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
Comment 1 Anna Cavender 2011-08-26 17:47:05 PDT
Created attachment 105426 [details]
Patch
Comment 2 Eric Carlson 2011-08-26 18:16:29 PDT
Comment on attachment 105426 [details]
Patch

Thanks Anna!
Comment 3 WebKit Review Bot 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>
Comment 4 WebKit Review Bot 2011-08-26 19:15:47 PDT
All reviewed patches have been landed.  Closing bug.