Title: [200051] trunk/LayoutTests
Revision
200051
Author
beid...@apple.com
Date
2016-04-25 14:38:19 -0700 (Mon, 25 Apr 2016)

Log Message

Attempt to fix a flaky test after r200032
https://bugs.webkit.org/show_bug.cgi?id=156994

* http/tests/local/fileapi/script-tests/file-last-modified-after-delete.js: Missed renaming this along with all the others.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (200050 => 200051)


--- trunk/LayoutTests/ChangeLog	2016-04-25 21:13:23 UTC (rev 200050)
+++ trunk/LayoutTests/ChangeLog	2016-04-25 21:38:19 UTC (rev 200051)
@@ -1,3 +1,10 @@
+2016-04-25  Brady Eidson  <beid...@apple.com>
+
+        Attempt to fix a flaky test after r200032
+        https://bugs.webkit.org/show_bug.cgi?id=156994
+
+        * http/tests/local/fileapi/script-tests/file-last-modified-after-delete.js: Missed renaming this along with all the others.
+
 2016-04-25  Simon Fraser  <simon.fra...@apple.com>
 
         Toggling animation-play-state can re-start a finished animation

Modified: trunk/LayoutTests/http/tests/local/fileapi/script-tests/file-last-modified-after-delete.js (200050 => 200051)


--- trunk/LayoutTests/http/tests/local/fileapi/script-tests/file-last-modified-after-delete.js	2016-04-25 21:13:23 UTC (rev 200050)
+++ trunk/LayoutTests/http/tests/local/fileapi/script-tests/file-last-modified-after-delete.js	2016-04-25 21:38:19 UTC (rev 200051)
@@ -3,7 +3,7 @@
 var tempFileContent = "1234567890";
 var tempFileName = "file-last-modified-after-delete.tmp";
 var testStartTime = new Date();
-var lastModifiedDate;
+var lastModified;
 
 function onFileDrop(file)
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to