Title: [90386] trunk/LayoutTests
Revision
90386
Author
[email protected]
Date
2011-07-05 01:35:42 -0700 (Tue, 05 Jul 2011)

Log Message

2011-07-04  Kinuko Yasuda  <[email protected]>

        [Chromium] LayoutTests/fast/filesystem/workers/simple-persistent-sync.html is failing on chromium worker tests
        https://bugs.webkit.org/show_bug.cgi?id=63906

        The expected text file needs to be updated to reflect the recent API change for adding the prefix vendor (i.e. requestFileSystem -> webkitRequestFileSystem).

        Unreviewed; chromium test expectations change.

        * fast/filesystem/workers/simple-persistent-sync-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (90385 => 90386)


--- trunk/LayoutTests/ChangeLog	2011-07-05 07:18:01 UTC (rev 90385)
+++ trunk/LayoutTests/ChangeLog	2011-07-05 08:35:42 UTC (rev 90386)
@@ -1,3 +1,14 @@
+2011-07-04  Kinuko Yasuda  <[email protected]>
+
+        [Chromium] LayoutTests/fast/filesystem/workers/simple-persistent-sync.html is failing on chromium worker tests
+        https://bugs.webkit.org/show_bug.cgi?id=63906
+
+        The expected text file needs to be updated to reflect the recent API change for adding the prefix vendor (i.e. requestFileSystem -> webkitRequestFileSystem).
+
+        Unreviewed; chromium test expectations change.
+
+        * fast/filesystem/workers/simple-persistent-sync-expected.txt:
+
 2011-07-05  Shinya Kawanaka  <[email protected]>
 
         Reviewed by Kent Tamura.

Modified: trunk/LayoutTests/fast/filesystem/workers/simple-persistent-sync-expected.txt (90385 => 90386)


--- trunk/LayoutTests/fast/filesystem/workers/simple-persistent-sync-expected.txt	2011-07-05 07:18:01 UTC (rev 90385)
+++ trunk/LayoutTests/fast/filesystem/workers/simple-persistent-sync-expected.txt	2011-07-05 08:35:42 UTC (rev 90386)
@@ -1,4 +1,4 @@
-[Worker] requestFileSystemSync PERSISTENT test.
+[Worker] webkitRequestFileSystemSync PERSISTENT test.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to