Commit 4112e40a authored by Romain Courteaud's avatar Romain Courteaud

idb: check idb key list

parent 4232d894
......@@ -231,6 +231,7 @@
/////////////////////////////////////////////////////////////////
module("indexeddbStorage.constructor");
test("default unite value", function () {
expect(3);
var jio = jIO.createJIO({
type: "indexeddb",
database: "qunit"
......@@ -238,6 +239,7 @@
equal(jio.__type, "indexeddb");
deepEqual(jio.__storage._database_name, "jio:qunit");
deepEqual(jio.__storage._index_key_list, []);
});
/////////////////////////////////////////////////////////////////
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment