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:
854ad99
)
Fix commit which broke our tests suite.
author
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 17 Dec 2013 10:55:24 +0000
(10:55 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 17 Dec 2013 10:55:24 +0000
(10:55 +0000)
commit
1cb6ac748b3e920577baacfdd39d0373ea6767e1
Author: Mike Taylor <mike@indexdata.com>
Date: Mon Dec 16 15:57:57 2013 +0000
Eliminate temporary variable.
test/spec/mkws-config.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-config.js
b/test/spec/mkws-config.js
index
01942e8
..
1c530fa
100644
(file)
--- a/
test/spec/mkws-config.js
+++ b/
test/spec/mkws-config.js
@@
-27,7
+27,7
@@
describe("Check mkws_config object", function () {
describe("Check pazpar2 config", function () {
it("pazpar2path is a path or an full URL", function () {
- expect(mkws.pazpar2path).toMatch(/^(\/|http:\/\/)/)
+ expect(mkws_config.pazpar2_url).toMatch(/^(\/|http:\/\/)/)
});
it("usesessions false", function () {