Changeset 143261 in webkit


Ignore:
Timestamp:
Feb 18, 2013 1:52:00 PM (11 years ago)
Author:
jochen@chromium.org
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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r143257 r143261  
     12013-02-18  Jochen Eisinger  <jochen@chromium.org>
     2
     3        clear databases before running read-transactions-running-concurrently test
     4        https://bugs.webkit.org/show_bug.cgi?id=110144
     5
     6        Reviewed by Nico Weber.
     7
     8        Otherwise, we might not have enough quota when running this tests and lots
     9        of databases from previous tests are hanging around.
     10
     11        * storage/websql/read-transactions-running-concurrently.html:
     12
    1132013-02-18  Philip Rogers  <pdr@google.com>
    214
  • trunk/LayoutTests/storage/websql/read-transactions-running-concurrently.html

    r120516 r143261  
    4242function runTest() {
    4343    if (window.testRunner) {
     44        testRunner.clearAllDatabases();
    4445        testRunner.dumpAsText();
    4546        testRunner.waitUntilDone();
Note: See TracChangeset for help on using the changeset viewer.