Changeset 64212 in webkit


Ignore:
Timestamp:
Jul 28, 2010 10:40:22 AM (14 years ago)
Author:
andreip@google.com
Message:

2010-07-28 Andrei Popescu <andreip@google.com>

Reviewed by Jeremy Orlow.

The text expectations for storage/objectore-basics.html are out of date
https://bugs.webkit.org/show_bug.cgi?id=43126

Following http://trac.webkit.org/changeset/64209
the objectstore-basics-expected.txt file should be updated to reflect
the new tests.

  • storage/indexeddb/objectstore-basics-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64210 r64212  
     12010-07-28  Andrei Popescu  <andreip@google.com>
     2
     3        Reviewed by Jeremy Orlow.
     4
     5        The text expectations for storage/objectore-basics.html are out of date
     6        https://bugs.webkit.org/show_bug.cgi?id=43126
     7
     8        Following http://trac.webkit.org/changeset/64209
     9        the objectstore-basics-expected.txt file should be updated to reflect
     10        the new tests.
     11
     12        * storage/indexeddb/objectstore-basics-expected.txt:
     13
    1142010-07-28  Andrei Popescu  <andreip@google.com>
    215
  • trunk/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt

    r64053 r64212  
    4848PASS store.name is "storeName"
    4949PASS store.keyPath is null
     50PASS storeNames.contains('storeName') is true
     51PASS storeNames.length is 1
    5052store.add('value', 'key')
    5153PASS 'onsuccess' in result is true
Note: See TracChangeset for help on using the changeset viewer.