Changeset 85553 in webkit


Ignore:
Timestamp:
May 2, 2011 4:51:07 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

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

Reviewed by Tony Chang.

Port Mozilla's IndexedDB tests: cursor mutation in object store
https://bugs.webkit.org/show_bug.cgi?id=59933

This is a test case *adapted* from a test in Mozilla's IndexedDB
test suite. The original test checked cursor mutation while iterating
an index cursor (tracked as bug 59822). This test checks whether the
cursor mutation is successfully recognized while iterating a straight
objectstore cursor. Specifically, it deletes a record that's already
been iterated, then adds a record to the objectstore during iteration,
then checks that no records were skipped and that the added record is
eventually found during iteration.

  • storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt: Added.
  • storage/indexeddb/mozilla/cursor-mutation-objectstore-only.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r85545 r85553  
     12011-05-02  Mark Pilgrim  <pilgrim@chromium.org>
     2
     3        Reviewed by Tony Chang.
     4
     5        Port Mozilla's IndexedDB tests: cursor mutation in object store
     6        https://bugs.webkit.org/show_bug.cgi?id=59933
     7
     8        This is a test case *adapted* from a test in Mozilla's IndexedDB
     9        test suite. The original test checked cursor mutation while iterating
     10        an index cursor (tracked as bug 59822). This test checks whether the
     11        cursor mutation is successfully recognized while iterating a straight
     12        objectstore cursor. Specifically, it deletes a record that's already
     13        been iterated, then adds a record to the objectstore during iteration,
     14        then checks that no records were skipped and that the added record is
     15        eventually found during iteration.
     16
     17        * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt: Added.
     18        * storage/indexeddb/mozilla/cursor-mutation-objectstore-only.html: Added.
     19
    1202011-05-02  Csaba Osztrogonác  <ossy@webkit.org>
    221
Note: See TracChangeset for help on using the changeset viewer.