Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 30 Jan 2014 13:42:50 +0000 (13:42 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 30 Jan 2014 13:42:50 +0000 (13:42 +0000)
test/spec/mkws-pazpar2.js

index 03c7bd9..dd7a2ab 100644 (file)
@@ -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;
+    });
 });
+