Commit f9dd58fc authored by Tristan Cavelier's avatar Tristan Cavelier

indexstorage tests added

parent 0a6fcb3a
This diff is collapsed.
This diff is collapsed.
......@@ -28,6 +28,9 @@
<script src="../src/jio.storage/replicaterevisionstorage.js"></script>
<script src="./jio.storage/replicaterevisionstorage.tests.js"></script>
<script src="../src/jio.storage/indexstorage.js"></script>
<script src="./jio.storage/indexstorage.tests.js"></script>
<script src="../lib/jquery/jquery.min.js"></script>
<script src="../src/jio.storage/davstorage.js"></script>
<script src="./jio.storage/davstorage.tests.js"></script>
......
......@@ -22,6 +22,8 @@
"replicaterevisionstorage.tests",
"davstorage": "../src/jio.storage/davstorage",
"davstorage_tests": "jio.storage/davstorage.tests",
"indexstorage": "../src/jio.storage/indexstorage",
"indexstorage_tests": "jio.storage/indexstorage.tests",
"qunit": "../lib/qunit/qunit",
"sinon": "../lib/sinon/sinon",
......@@ -44,6 +46,7 @@
"localstorage_tests",
"revisionstorage_tests",
"replicaterevisionstorage_tests",
"davstorage_tests"
"indexstorage_tests",
"davstorage_tests",
]);
}());
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