Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws
[mkws-moved-to-github.git] / test / spec / async.spec.js
index 8c84ea8..6de372d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 IndexData ApS. http://indexdata.com
+/* Copyright (c) 2013 Index Data ApS. http://indexdata.com
  *
  * async check
  *
@@ -17,6 +17,7 @@ describe("Asynchronous check", function () {
             setTimeout(function () {
                 timer = time;
             }, time * 1000);
+            expect(time >= 0).toBeTruthy();
         }
 
         runs(function () {
@@ -48,6 +49,7 @@ describe("Asynchronous check", function () {
             setTimeout(function () {
                 timer = time;
             }, time * 1000);
+            expect(time >= 0).toBeTruthy();
         }
 
         runs(function () {