rename mkws.service_proxy_auth to mkws.authenticated
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 12 Dec 2013 15:36:59 +0000 (15:36 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 12 Dec 2013 15:36:59 +0000 (15:36 +0000)
The mkws.authenticated property is used in the test framework
to check if the service proxy authentification was successfully.

This fix 7eb3ec5aa9b558216fc06205a4085d875f554a7c

test/spec/mkws-pazpar2.js

index 942fb53..06447f6 100644 (file)
@@ -46,7 +46,7 @@ describe("Check pazpar2 search", function () {
 
         // wait for service proxy auth
         waitsFor(function () {
-            return mkws.service_proxy_auth;
+            return mkws.authenticated;
         }, "SP auth done", 10 * 1000);
 
         runs(function () {