Commit af34b701 authored by Vincent Bechu's avatar Vincent Bechu

[querystorage] rename test with schema

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