Commit 6bf10943 authored by Tristan Cavelier's avatar Tristan Cavelier

davstorage added to tests.html and tests.require.html

parent ba5e535b
...@@ -22,5 +22,8 @@ ...@@ -22,5 +22,8 @@
<script src="../src/jio.storage/localstorage.js"></script> <script src="../src/jio.storage/localstorage.js"></script>
<script src="jio.storage/localstorage.tests.js"></script> <script src="jio.storage/localstorage.tests.js"></script>
<script src="../src/jio.storage/davstorage.js"></script>
<script src="jio.storage/davstorage.tests.js"></script>
</body> </body>
</html> </html>
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
"localstorage": "../src/jio.storage/localstorage", "localstorage": "../src/jio.storage/localstorage",
"localstorage_tests": "jio.storage/localstorage.tests", "localstorage_tests": "jio.storage/localstorage.tests",
"davstorage": "../src/jio.storage/davstorage",
"davstorage_tests": "jio.storage/davstorage.tests",
"qunit": "../lib/qunit/qunit", "qunit": "../lib/qunit/qunit",
"sinon": "../lib/sinon/sinon", "sinon": "../lib/sinon/sinon",
"sinon_qunit": "../lib/sinon/sinon-qunit" "sinon_qunit": "../lib/sinon/sinon-qunit"
...@@ -34,6 +37,7 @@ ...@@ -34,6 +37,7 @@
"sinon_qunit", "sinon_qunit",
"jio_tests", "jio_tests",
"complex_queries_tests", "complex_queries_tests",
"localstorage_tests" "localstorage_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