Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jio
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
Boris Kocherov
jio
Commits
f1bb2f29
Commit
f1bb2f29
authored
Feb 06, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated Qunit tests for Chrome, replaced queries.min with queries
parent
e40093d9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
complex_queries.min.js
complex_queries.min.js
+5
-0
test/jiotests.js
test/jiotests.js
+1
-1
test/jiotests_withoutrequirejs.html
test/jiotests_withoutrequirejs.html
+1
-1
No files found.
complex_queries.min.js
0 → 100644
View file @
f1bb2f29
This diff is collapsed.
Click to expand it.
test/jiotests.js
View file @
f1bb2f29
...
...
@@ -2536,7 +2536,7 @@ test ("AllDocs", function () {
"
password
"
:
"
checkpwd
"
,
"
url
"
:
"
https://ca-davstorage:8080
"
});
console
.
log
(
davlist
);
// get allDocs, no content
o
.
addFakeServerResponse
(
"
dav
"
,
"
PROPFIND
"
,
""
,
200
,
davlist
);
o
.
thisShouldBeTheAnswer
=
{
...
...
test/jiotests_withoutrequirejs.html
View file @
f1bb2f29
...
...
@@ -33,7 +33,7 @@
</script>
<script
type=
"text/javascript"
src=
"../src/jio.storage/indexstorage.js"
>
</script>
<script
type=
"text/javascript"
src=
"../complex_queries.
min.
js"
></script>
<script
type=
"text/javascript"
src=
"../complex_queries.js"
></script>
</script>
<script
type=
"text/javascript"
src=
"./jiotests.js"
></script>
</body>
...
...
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