config.pazpar2_url can be undefined, part of MKWS-253
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 10 Sep 2014 10:39:50 +0000 (10:39 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 10 Sep 2014 10:39:50 +0000 (10:39 +0000)
test/spec/mkws-config.js

index 4cba621..b6852a9 100644 (file)
@@ -35,7 +35,7 @@ describe("Check mkws.config object", function () {
 
 describe("Check pazpar2 config", function () {
     it("pazpar2_url is a path or an full URL", function () {
-        expect(mkws.config.pazpar2_url).toMatch(/^(\/|https?:\/\/)/)
+        expect(mkws.config.pazpar2_url).toMatch(/^(\/|https?:\/\/|undefined$)/)
     });
 });