Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Guillaume Royer
jio
Commits
6f7c661d
Commit
6f7c661d
authored
11 years ago
by
Tristan Cavelier
Browse files
Options
Download
Email Patches
Plain Diff
indexstorage tests added to test page
parent
631c1a3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
test/tests.html
test/tests.html
+3
-0
test/tests.require.js
test/tests.require.js
+5
-1
No files found.
test/tests.html
View file @
6f7c661d
...
...
@@ -26,5 +26,8 @@
<script
src=
"../src/jio.storage/davstorage.js"
></script>
<script
src=
"jio.storage/davstorage.tests.js"
></script>
<script
src=
"../src/jio.storage/indexstorage.js"
></script>
<script
src=
"jio.storage/indexstorage.tests.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
test/tests.require.js
View file @
6f7c661d
...
...
@@ -23,6 +23,9 @@
"
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
"
,
"
sinon_qunit
"
:
"
../lib/sinon/sinon-qunit
"
...
...
@@ -38,6 +41,7 @@
"
jio_tests
"
,
"
complex_queries_tests
"
,
"
localstorage_tests
"
,
"
davstorage_tests
"
"
davstorage_tests
"
,
"
indexstorage_tests
"
]);
}());
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment