Commit af34b701 authored by Vincent Bechu's avatar Vincent Bechu

[querystorage] rename test with schema

parent 16bedbd9
...@@ -826,7 +826,7 @@ ...@@ -826,7 +826,7 @@
}); });
}); });
test("sort with schema", function () { test("manual query used if substorage does not handle schema", function () {
stop(); stop();
expect(4); expect(4);
...@@ -852,8 +852,7 @@ ...@@ -852,8 +852,7 @@
StorageSchemaCapacity.prototype.hasCapacity = function (capacity) { StorageSchemaCapacity.prototype.hasCapacity = function (capacity) {
if ((capacity === "list") || if ((capacity === "list") ||
(capacity === "select") || (capacity === "select") ||
(capacity === "limit") || (capacity === "limit")) {
(capacity === "schema")) {
return true; return true;
} }
return false; return false;
......
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