Changeset 85631 in webkit


Ignore:
Timestamp:
May 3, 2011 12:11:39 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-05-03 Mark Pilgrim <pilgrim@chromium.org>

Reviewed by Tony Chang.

Port Mozilla's IndexedDB tests: cursor update updates indexes
https://bugs.webkit.org/show_bug.cgi?id=59995

This test creates an object store, adds both a unique and a non-unique index,
adds a record, opens a cursor, changes the record, and verifies that both
indexes correctly updated to reflect the modified record.

  • storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt: Added.
  • storage/indexeddb/mozilla/cursor-update-updates-indexes.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r85630 r85631  
     12011-05-03  Mark Pilgrim  <pilgrim@chromium.org>
     2
     3        Reviewed by Tony Chang.
     4
     5        Port Mozilla's IndexedDB tests: cursor update updates indexes
     6        https://bugs.webkit.org/show_bug.cgi?id=59995
     7
     8        This test creates an object store, adds both a unique and a non-unique index,
     9        adds a record, opens a cursor, changes the record, and verifies that both
     10        indexes correctly updated to reflect the modified record.
     11
     12        * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt: Added.
     13        * storage/indexeddb/mozilla/cursor-update-updates-indexes.html: Added.
     14
    1152011-05-03  James Robinson  <jamesr@chromium.org>
    216
Note: See TracChangeset for help on using the changeset viewer.