Fix commit which broke our tests suite.
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 17 Dec 2013 10:55:24 +0000 (10:55 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 17 Dec 2013 10:55:24 +0000 (10:55 +0000)
commit 1cb6ac748b3e920577baacfdd39d0373ea6767e1
Author: Mike Taylor <mike@indexdata.com>
Date:   Mon Dec 16 15:57:57 2013 +0000

    Eliminate temporary variable.

test/spec/mkws-config.js

index 01942e8..1c530fa 100644 (file)
@@ -27,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 () {