From: Wolfram Schneider Date: Wed, 22 Jan 2014 12:26:54 +0000 (+0000) Subject: allow HTTPS based MKWS URLs, MKWS-102 X-Git-Tag: 1.0.0~1683 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=bdbb6dd624c54c68832c370f41601f2f882dd479 allow HTTPS based MKWS URLs, MKWS-102 --- diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index 6ec792d..19eff66 100644 --- a/test/spec/mkws-config.js +++ b/test/spec/mkws-config.js @@ -31,7 +31,7 @@ describe("Check mkws_config object", function () { describe("Check pazpar2 config", function () { it("pazpar2path is a path or an full URL", function () { - expect(mkws_config.pazpar2_url).toMatch(/^(\/|http:\/\/)/) + expect(mkws_config.pazpar2_url).toMatch(/^(\/|https?:\/\/)/) }); it("Check usesessions true/false", function () {