Changeset 80329 in webkit


Ignore:
Timestamp:
Mar 3, 2011 10:43:08 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-03-03 Adam Klein <adamk@chromium.org>

Reviewed by David Levin.

Correct EntrySync.toURI test expectations to get the test passing under Chromium.
https://bugs.webkit.org/show_bug.cgi?id=55724

  • fast/filesystem/workers/file-entry-to-uri-sync-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r80326 r80329  
     12011-03-03  Adam Klein  <adamk@chromium.org>
     2
     3        Reviewed by David Levin.
     4
     5        Correct EntrySync.toURI test expectations to get the test passing under Chromium.
     6        https://bugs.webkit.org/show_bug.cgi?id=55724
     7
     8        * fast/filesystem/workers/file-entry-to-uri-sync-expected.txt:
     9
    1102011-03-02  Ojan Vafai  <ojan@chromium.org>
    211
  • trunk/LayoutTests/fast/filesystem/workers/file-entry-to-uri-sync-expected.txt

    r79778 r80329  
    1 Obtaining URI from FileEntry.
     1[Worker] Obtaining URI from FileEntry.
    22
    33On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
    44
    55
    6 PASS testFileURI is 'filesystem:file:///temporary/testFileEntry.txt'
     6Starting worker: ../resources/file-entry-to-uri-sync.js
     7PASS [Worker] testFileEntry.toURI() is 'filesystem:file:///temporary/testFileEntry.txt'
    78PASS successfullyParsed is true
    89
Note: See TracChangeset for help on using the changeset viewer.