Commit f1bb2f29 authored by Sven Franck's avatar Sven Franck

updated Qunit tests for Chrome, replaced queries.min with queries

parent e40093d9
This diff is collapsed.
...@@ -2536,7 +2536,7 @@ test ("AllDocs", function () { ...@@ -2536,7 +2536,7 @@ test ("AllDocs", function () {
"password": "checkpwd", "password": "checkpwd",
"url": "https://ca-davstorage:8080" "url": "https://ca-davstorage:8080"
}); });
console.log(davlist);
// get allDocs, no content // get allDocs, no content
o.addFakeServerResponse("dav", "PROPFIND", "", 200, davlist); o.addFakeServerResponse("dav", "PROPFIND", "", 200, davlist);
o.thisShouldBeTheAnswer = { o.thisShouldBeTheAnswer = {
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</script> </script>
<script type="text/javascript" src="../src/jio.storage/indexstorage.js"> <script type="text/javascript" src="../src/jio.storage/indexstorage.js">
</script> </script>
<script type="text/javascript" src="../complex_queries.min.js"></script> <script type="text/javascript" src="../complex_queries.js"></script>
</script> </script>
<script type="text/javascript" src="./jiotests.js"></script> <script type="text/javascript" src="./jiotests.js"></script>
</body> </body>
......
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