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:
d8d367c
)
the "Source" delimiter message may come after "author"
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 12 Dec 2013 17:12:11 +0000
(17:12 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 12 Dec 2013 17:12:11 +0000
(17:12 +0000)
test/spec/mkws-pazpar2.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-pazpar2.js
b/test/spec/mkws-pazpar2.js
index
06447f6
..
e0b885e
100644
(file)
--- a/
test/spec/mkws-pazpar2.js
+++ b/
test/spec/mkws-pazpar2.js
@@
-185,7
+185,7
@@
describe("Check Termlist", function () {
expect(click.length).toBe(1);
waitsFor(function () {
- if ($("div#mkwsNavi").length && $("div#mkwsNavi").text().match(/^Source/)) {
+ if ($("div#mkwsNavi").length && $("div#mkwsNavi").text().match(/Source: /)) {
return true;
} else {
return false;