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
68798710
Commit
68798710
authored
Jul 29, 2019
by
Alexandra Rogova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rebase jio master
parent
04b2ec22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
test/jio.storage/elasticlunrstorage.tests.js
test/jio.storage/elasticlunrstorage.tests.js
+2
-2
test/tests.html
test/tests.html
+2
-2
No files found.
test/jio.storage/elasticlunrstorage.tests.js
View file @
68798710
...
...
@@ -1061,7 +1061,7 @@
Storage200
.
prototype
.
buildQuery
=
function
(
options
)
{
deepEqual
(
options
,
{
query
:
'
( subtitle: "bar" )
'
,
query
:
'
subtitle: "bar"
'
,
ids
:
[
"
1
"
]
},
"
buildQuery 200 called
"
);
return
[];
...
...
@@ -1169,7 +1169,7 @@
Storage200
.
prototype
.
buildQuery
=
function
(
options
)
{
deepEqual
(
options
,
{
query
:
'
( subtitle: "bar" )
'
,
query
:
'
subtitle: "bar"
'
,
include_docs
:
true
,
ids
:
[
"
1
"
]
},
"
buildQuery 200 called
"
);
...
...
test/tests.html
View file @
68798710
...
...
@@ -29,8 +29,8 @@ See https://www.nexedi.com/licensing for rationale and options.
<script
src=
"../external/qunit.js"
type=
"text/javascript"
></script>
<script
src=
"../external/sinon.js"
type=
"text/javascript"
></script>
<
!--<script src =".
/elasticlunr.js"></script>
<script src=".
/elasticlunrstorage.js"></script>--
>
<
script
src =
"../external
/elasticlunr.js"
></script>
<script
src=
".
./src/jio.storage/elasticlunrstorage.js"
></script
>
<script>
QUnit
.
config
.
testTimeout
=
5000
;
...
...
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