From: Mike Taylor Date: Tue, 17 Dec 2013 12:14:54 +0000 (+0000) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws X-Git-Tag: 0.9.1~34^2~37 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=0d2a1ba577ccbd6d5eb801ce9b3562e805349086;hp=5cb288b8d8fae316252b0cc955fa9e91d94ef5ad;p=mkws-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws --- diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index 2bb84f3..1c530fa 100644 --- a/test/spec/mkws-config.js +++ b/test/spec/mkws-config.js @@ -9,10 +9,6 @@ describe("Check mkws_config object", function () { expect(mkws_config).not.toBe(undefined); }); - it("mkws_config pazpar2 config", function () { - expect(mkws_config.pazpar2_url).toBe(undefined); - }); - it("mkws_config locale check German", function () { expect(mkws.locale_lang.de.Authors).toMatch(/^Autoren$/); expect(mkws.locale_lang.de.Location).toMatch(/^Ort$/); @@ -31,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 () {