Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
jio_mebibou
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Alexandra Rogova
jio_mebibou
Commits
26848791
Commit
26848791
authored
Aug 28, 2013
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asynctests.html + localstorage asynctests added
parent
fedeb5cc
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
664 additions
and
564 deletions
+664
-564
test/asynctests.html
test/asynctests.html
+18
-0
test/jio.storage/localstorage.asynctests.js
test/jio.storage/localstorage.asynctests.js
+646
-0
test/jio.storage/localstorage.tests.js
test/jio.storage/localstorage.tests.js
+0
-564
No files found.
test/asynctests.html
0 → 100644
View file @
26848791
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"stylesheet"
href=
"../lib/qunit/qunit.css"
/>
<title>
JIO Qunit Unit Tests
</title>
</head>
<body>
<div
id=
"qunit"
></div>
<script
src=
"../lib/qunit/qunit.js"
></script>
<script
src=
"../src/sha256.amd.js"
></script>
<script
src=
"../jio.js"
></script>
<script
src=
"../complex_queries.js"
></script>
<script
src=
"jio/util.js"
></script>
<script
src=
"../src/jio.storage/localstorage.js"
></script>
<script
src=
"jio.storage/localstorage.asynctests.js"
></script>
</body>
</html>
test/jio.storage/localstorage.asynctests.js
0 → 100644
View file @
26848791
This diff is collapsed.
Click to expand it.
test/jio.storage/localstorage.tests.js
deleted
100644 → 0
View file @
fedeb5cc
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