From: Wolfram Schneider Date: Wed, 10 Sep 2014 10:21:51 +0000 (+0000) Subject: Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws X-Git-Tag: 1.0.0~39^2~6^2~1 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=4eeb75e4a97929c51117157d93219641d0b2d3a0;hp=4da72567094b7364af39752f1a8d7af77e2eed39;p=mkws-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws --- diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index 59a0132..4cba621 100644 --- 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?:\/\/)/) }); });