projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4157f0c
)
rename mkws.service_proxy_auth to mkws.authenticated
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 12 Dec 2013 15:36:59 +0000
(15:36 +0000)
committer
Wolfram 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
patch
|
blob
|
history
diff --git
a/test/spec/mkws-pazpar2.js
b/test/spec/mkws-pazpar2.js
index
942fb53
..
06447f6
100644
(file)
--- 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 () {