Title: [143261] trunk/LayoutTests
Revision
143261
Author
[email protected]
Date
2013-02-18 13:52:00 -0800 (Mon, 18 Feb 2013)

Log Message

clear databases before running read-transactions-running-concurrently test
https://bugs.webkit.org/show_bug.cgi?id=110144

Reviewed by Nico Weber.

Otherwise, we might not have enough quota when running this tests and lots
of databases from previous tests are hanging around.

* storage/websql/read-transactions-running-concurrently.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (143260 => 143261)


--- trunk/LayoutTests/ChangeLog	2013-02-18 21:44:10 UTC (rev 143260)
+++ trunk/LayoutTests/ChangeLog	2013-02-18 21:52:00 UTC (rev 143261)
@@ -1,3 +1,15 @@
+2013-02-18  Jochen Eisinger  <[email protected]>
+
+        clear databases before running read-transactions-running-concurrently test
+        https://bugs.webkit.org/show_bug.cgi?id=110144
+
+        Reviewed by Nico Weber.
+
+        Otherwise, we might not have enough quota when running this tests and lots
+        of databases from previous tests are hanging around.
+
+        * storage/websql/read-transactions-running-concurrently.html:
+
 2013-02-18  Philip Rogers  <[email protected]>
 
         Fix scaling of tiled SVG backgrounds on high-dpi displays

Modified: trunk/LayoutTests/storage/websql/read-transactions-running-concurrently.html (143260 => 143261)


--- trunk/LayoutTests/storage/websql/read-transactions-running-concurrently.html	2013-02-18 21:44:10 UTC (rev 143260)
+++ trunk/LayoutTests/storage/websql/read-transactions-running-concurrently.html	2013-02-18 21:52:00 UTC (rev 143261)
@@ -41,6 +41,7 @@
 
 function runTest() {
     if (window.testRunner) {
+        testRunner.clearAllDatabases();
         testRunner.dumpAsText();
         testRunner.waitUntilDone();
     }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to