Changeset 58277 in webkit


Ignore:
Timestamp:
Apr 26, 2010 7:12:59 PM (14 years ago)
Author:
yuzo@google.com
Message:

2010-04-26 Yuzo Fujishima <yuzo@google.com>

Unreviewed, Chromium test expectation change.

To keep up with the change that turned on HTML5 DB AUTO_VACUUM.
https://bugs.webkit.org/show_bug.cgi?id=36251

  • platform/chromium-mac/storage/quota-tracking-expected.txt: Removed.
  • platform/chromium-win/storage/quota-tracking-expected.txt: Removed.
  • platform/chromium/storage/quota-tracking-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
1 added
1 deleted
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r58274 r58277  
     12010-04-26  Yuzo Fujishima  <yuzo@google.com>
     2
     3        Unreviewed, Chromium test expectation change.
     4
     5        To keep up with the change that turned on HTML5 DB AUTO_VACUUM.
     6        https://bugs.webkit.org/show_bug.cgi?id=36251
     7
     8        * platform/chromium-mac/storage/quota-tracking-expected.txt: Removed.
     9        * platform/chromium-win/storage/quota-tracking-expected.txt: Removed.
     10        * platform/chromium/storage/quota-tracking-expected.txt: Added.
     11
    1122010-04-26  Dumitru Daniliuc  <dumi@chromium.org>
    213
  • trunk/LayoutTests/platform/chromium/storage/quota-tracking-expected.txt

    r58276 r58277  
    11This test checks to make sure that quotas are enforced per-origin instead of per-database, as they were prior to http://trac.webkit.org/projects/webkit/changeset/29983.
    2 The test clears all databases, sets the quota for the origin to 32k, then tries to insert 17k of data into two databases. If things go as planned, the UI Delegate will be informed of the exceeded quota and should increase the quota for this origin. Inserting 17k of data the third time should succeed again.
     2The test clears all databases, sets the quota for the origin to 40k, then tries to insert 17k of data into two databases. If things go as planned, the second insert should fail, the UI Delegate should be informed of the exceeded quota and should increase the quota for this origin. Inserting 17k of data the third time should succeed again.
    33Adding a table
    44Inserting some data
Note: See TracChangeset for help on using the changeset viewer.