Changeset 69612 in webkit


Ignore:
Timestamp:
Oct 12, 2010 3:30:03 PM (14 years ago)
Author:
andreip@google.com
Message:

2010-10-11 Andrei Popescu <andreip@google.com>

Reviewed by Jeremy Orlow.

storage/indexeddb/database-quota.html expects the wrong database version string
https://bugs.webkit.org/show_bug.cgi?id=47533

  • storage/indexeddb/database-quota-expected.txt:
  • storage/indexeddb/database-quota.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r69607 r69612  
     12010-10-11  Andrei Popescu  <andreip@google.com>
     2
     3        Reviewed by Jeremy Orlow.
     4
     5        storage/indexeddb/database-quota.html expects the wrong database version string
     6        https://bugs.webkit.org/show_bug.cgi?id=47533
     7
     8        * storage/indexeddb/database-quota-expected.txt:
     9        * storage/indexeddb/database-quota.html:
     10
    1112010-10-12  Dumitru Daniliuc  <dumi@chromium.org>
    212
  • trunk/LayoutTests/storage/indexeddb/database-quota-expected.txt

    r69540 r69612  
    5454PASS event.target.readyState is event.target.DONE
    5555
    56 FAIL db.version should be version b. Was new version.
     56PASS db.version is "new version"
    5757PASS db.name is "name"
    5858PASS db.objectStores is []
  • trunk/LayoutTests/storage/indexeddb/database-quota.html

    r69540 r69612  
    4848{
    4949    verifySuccessEvent(event);
    50     shouldBeEqualToString("db.version", "version b");
     50    shouldBeEqualToString("db.version", "new version");
    5151    shouldBeEqualToString("db.name", "name");
    5252    shouldBe("db.objectStores", "[]");
Note: See TracChangeset for help on using the changeset viewer.