Closed pixelcort closed 12 years ago
Safari also sometimes has different numbers of tests run.
Fixed this, looks like the problem was with get Index - having duplicate value for Indexes. Fixed this. Please verify.
Nope, still runs different numbers of tests each time. Did http://nparashuram.com/IndexedDBShim/test/index.html get updated?
I updated the index tests only - you should see 25 tests running in total -
The number of test groups remains consistent at 25, but the number of test that run seems to vary each time.
Was due to the way Index and cursor tests were written. Fixed this in c155ec7d597c28549ac5fdaee5883b6b9ec5bfa5
On Chrome 22.0.1229.94 (OS X 10.8.2), http://nparashuram.com/IndexedDBShim/test/index.html still results in different numbers of tests being run each time. Sometimes it's as low as 96, other times it's as high as 99.
In Chrome 21.0.1180.77, the number of tests run varies each time:
Expect the number of tests run to remain the same each time.
Got different number of tests run each time, from 123 to 134. (In some cases it would say 0 tests, too.)