From: Wolfram Schneider Date: Thu, 30 Jan 2014 13:42:50 +0000 (+0000) Subject: Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws X-Git-Tag: 1.0.0~1571 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=43c474d7e781c388cc895f29bc0711fa6286e7e2;hp=1cfcef2aaa982c336ae8dfb905e8c2f190cec28c;p=mkws-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws --- diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index 03c7bd9..dd7a2ab 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -42,6 +42,8 @@ function init_jasmine_config() { } debug("jasmine config: " + key + " => " + jasmine_config[key]); } + + mkws.jasmine_done = false; } var get_hit_counter = function () { @@ -384,7 +386,10 @@ describe("Check status client counter", function () { }); -/* dummy EOF */ +/* done */ describe("All tests are done", function () { - it(">>> hooray <<<", function () {}); + it(">>> hooray <<<", function () { + mkws.jasmine_done = true; + }); }); +