projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd028a8
)
fix typo in last commit
author
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 18 Mar 2014 15:43:37 +0000
(15:43 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 18 Mar 2014 15:43:37 +0000
(15:43 +0000)
test/spec/mkws-pazpar2.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-pazpar2.js
b/test/spec/mkws-pazpar2.js
index
0f2555b
..
78f6f12
100644
(file)
--- a/
test/spec/mkws-pazpar2.js
+++ b/
test/spec/mkws-pazpar2.js
@@
-343,10
+343,10
@@
describe("Check record list", function () {
waitsFor(function () {
// remove + insert node: must be at least 2
return $(linkaddr).length > 0;
- }, "wait until we see a new record: " + waitcount, 2.5 * jasmine_config.second);
+ }, "wait until we see a new record", 2.5 * jasmine_config.second);
runs(function () {
- expect(waitcount).toBeGreaterThan(0);
+ expect($(linkaddr).length).toBeGreaterThan(0);
});
});
});