Commit f7f634f2 authored by Tristan Cavelier's avatar Tristan Cavelier

revisionstorage tests added

parent ed085951
This diff is collapsed.
This diff is collapsed.
......@@ -20,5 +20,9 @@
<script src="../src/jio.storage/localstorage.js"></script>
<script src="./jio.storage/localstorage.tests.js"></script>
<script src="../lib/jsSha2/sha256.js"></script>
<script src="../src/jio.storage/revisionstorage.js"></script>
<script src="./jio.storage/revisionstorage.tests.js"></script>
</body>
</html>
......@@ -7,12 +7,15 @@
require.config({
"paths": {
"md5": "../lib/md5/md5",
"sha256": "../lib/jsSha2/sha256",
"complex_queries": "../complex_queries",
"complex_queries_tests": "queries/tests",
"jio": "../jio",
"jio_tests": "jio/tests",
"localstorage": "../src/jio.storage/localstorage",
"localstorage_tests": "jio.storage/localstorage.tests",
"revisionstorage": "../src/jio.storage/revisionstorage",
"revisionstorage_tests": "jio.storage/revisionstorage.tests",
"qunit": "../lib/qunit/qunit",
"sinon": "../lib/sinon/sinon",
......@@ -20,6 +23,7 @@
},
"shim": {
"md5": {"exports": "hex_md5"},
"sha256": {"exports": "hex_sha256"},
"sinon": ["qunit"],
"sinon_qunit": ["sinon"]
......@@ -30,6 +34,7 @@
"sinon_qunit",
"complex_queries_tests",
"jio_tests",
"localstorage_tests"
"localstorage_tests",
"revisionstorage_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