blob: 9de2f1ebfe98d7d488055434a5de5accf3958283 [file] [log] [blame]
PASS successfullyParsed is true
TEST COMPLETE
db deleted
Creating db
Enumerating ObjectStore 'schools' by primary key
key: 1, primaryKey: 1, value: {"name":"Stockholm University","city":"Stockholm","id":1}
key: 2, primaryKey: 2, value: {"name":"Uppsala University","city":"Uppsala","id":2}
key: 3, primaryKey: 3, value: {"name":"Chalmers","city":"Gothenburg","id":3}
Enumerating index 'city' on 'schools'
key: Gothenburg, primaryKey: 3, value: {"name":"Chalmers","city":"Gothenburg","id":3}
key: Stockholm, primaryKey: 1, value: {"name":"Stockholm University","city":"Stockholm","id":1}
key: Uppsala, primaryKey: 2, value: {"name":"Uppsala University","city":"Uppsala","id":2}
Enumerating ObjectStore 'students' by primary key
key: 1, primaryKey: 1, value: {"name":"Adam Anderson","id":1}
key: 2, primaryKey: 2, value: {"name":"Bertil Bengtson","id":2}
Enumerating index 'name' on 'students'
key: Adam Anderson, primaryKey: 1, value: {"name":"Adam Anderson","id":1}
key: Bertil Bengtson, primaryKey: 2, value: {"name":"Bertil Bengtson","id":2}
Done.