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
0b826da3
Commit
0b826da3
authored
Aug 07, 2013
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dependencies added for some tests
parent
3507734e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
+10
-7
test/jio.storage/indexstorage.tests.js
test/jio.storage/indexstorage.tests.js
+1
-1
test/jio.storage/replicaterevisionstorage.tests.js
test/jio.storage/replicaterevisionstorage.tests.js
+8
-5
test/jio.storage/revisionstorage.tests.js
test/jio.storage/revisionstorage.tests.js
+1
-1
No files found.
test/jio.storage/indexstorage.tests.js
View file @
0b826da3
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
return
define
(
dependencies
,
module
);
return
define
(
dependencies
,
module
);
}
}
module
(
jIO
,
jio_tests
);
module
(
jIO
,
jio_tests
);
}([
'
jio
'
,
'
jio_tests
'
,
'
indexstorage
'
],
function
(
jIO
,
util
)
{
}([
'
jio
'
,
'
jio_tests
'
,
'
localstorage
'
,
'
indexstorage
'
],
function
(
jIO
,
util
)
{
"
use strict
"
;
"
use strict
"
;
function
generateTools
()
{
function
generateTools
()
{
...
...
test/jio.storage/replicaterevisionstorage.tests.js
View file @
0b826da3
...
@@ -9,11 +9,14 @@
...
@@ -9,11 +9,14 @@
return
define
(
dependencies
,
module
);
return
define
(
dependencies
,
module
);
}
}
module
(
jIO
,
jio_tests
,
hex_sha256
);
module
(
jIO
,
jio_tests
,
hex_sha256
);
}([
'
jio
'
,
'
jio_tests
'
,
'
sha256
'
,
'
replicaterevisionstorage
'
],
function
(
}([
jIO
,
'
jio
'
,
util
,
'
jio_tests
'
,
hex_sha256
'
sha256
'
,
)
{
'
localstorage
'
,
'
revisionstorage
'
,
'
replicaterevisionstorage
'
],
function
(
jIO
,
util
,
hex_sha256
)
{
"
use strict
"
;
"
use strict
"
;
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
...
...
test/jio.storage/revisionstorage.tests.js
View file @
0b826da3
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
return
define
(
dependencies
,
module
);
return
define
(
dependencies
,
module
);
}
}
module
(
jIO
,
jio_tests
,
hex_sha256
);
module
(
jIO
,
jio_tests
,
hex_sha256
);
}([
'
jio
'
,
'
jio_tests
'
,
'
sha256
'
,
'
revisionstorage
'
],
function
(
}([
'
jio
'
,
'
jio_tests
'
,
'
sha256
'
,
'
localstorage
'
,
'
revisionstorage
'
],
function
(
jIO
,
jIO
,
util
,
util
,
hex_sha256
hex_sha256
...
...
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