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:
1204929
)
fix description of pazpar2_url
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 10 Sep 2014 08:31:39 +0000
(08:31 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 10 Sep 2014 08:31:39 +0000
(08:31 +0000)
test/spec/mkws-config.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-config.js
b/test/spec/mkws-config.js
index
59a0132
..
4cba621
100644
(file)
--- a/
test/spec/mkws-config.js
+++ b/
test/spec/mkws-config.js
@@
-34,7
+34,7
@@
describe("Check mkws.config object", function () {
describe("Check pazpar2 config", function () {
- it("pazpar2path is a path or an full URL", function () {
+ it("pazpar2_url is a path or an full URL", function () {
expect(mkws.config.pazpar2_url).toMatch(/^(\/|https?:\/\/)/)
});
});