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
Aurel
jio
Commits
f7f634f2
Commit
f7f634f2
authored
11 years ago
by
Tristan Cavelier
Browse files
Options
Download
Email Patches
Plain Diff
revisionstorage tests added
parent
ed085951
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1400 additions
and
1246 deletions
+1400
-1246
test/jio.storage/revisionstorage.tests.js
test/jio.storage/revisionstorage.tests.js
+1390
-0
test/jiotests.js
test/jiotests.js
+0
-1245
test/jiotests_withoutrequirejs.html
test/jiotests_withoutrequirejs.html
+4
-0
test/tests.require.js
test/tests.require.js
+6
-1
No files found.
test/jio.storage/revisionstorage.tests.js
0 → 100644
View file @
f7f634f2
This diff is collapsed.
Click to expand it.
test/jiotests.js
View file @
f7f634f2
This diff is collapsed.
Click to expand it.
test/jiotests_withoutrequirejs.html
View file @
f7f634f2
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
test/tests.require.js
View file @
f7f634f2
...
...
@@ -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
"
]);
}());
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