mkws_config.pazpar2_url check no longer needed
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 17 Dec 2013 10:48:39 +0000 (10:48 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 17 Dec 2013 10:48:39 +0000 (10:48 +0000)
test/spec/mkws-config.js

index 2bb84f3..01942e8 100644 (file)
@@ -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$/);