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:
4d03914
)
IE11 CSS parsing in regression tests, MKWS-386
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 21 May 2015 09:01:52 +0000
(09:01 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 21 May 2015 09:01:52 +0000
(09:01 +0000)
test/spec/mkws-pazpar2.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-pazpar2.js
b/test/spec/mkws-pazpar2.js
index
769c748
..
f486ae1
100644
(file)
--- a/
test/spec/mkws-pazpar2.js
+++ b/
test/spec/mkws-pazpar2.js
@@
-575,7
+575,7
@@
describe("Check translations", function () {
expect(list.length).toBe(text.length);
for (var i = 0; i < text.length; i++) {
- expect($(list[i]).text()).toBe(M(text[i]));
+ expect($(list[i]).text().match(M(text[i]))).not.toBeNull();
}
}