From: Wolfram Schneider Date: Thu, 12 Dec 2013 15:36:59 +0000 (+0000) Subject: rename mkws.service_proxy_auth to mkws.authenticated X-Git-Tag: 0.9.1~60^2~4 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=7af3eb37f12c0e1f8a4cd4d8397d9bf80812bbc6 rename mkws.service_proxy_auth to mkws.authenticated The mkws.authenticated property is used in the test framework to check if the service proxy authentification was successfully. This fix 7eb3ec5aa9b558216fc06205a4085d875f554a7c --- diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index 942fb53..06447f6 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -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 () {