Check pazpar2 runtime
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 20 Aug 2013 16:09:53 +0000 (18:09 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 20 Aug 2013 16:09:53 +0000 (18:09 +0200)
test/spec/mkws-config.js

index 478a4a1..7563e82 100644 (file)
@@ -38,3 +38,8 @@ describe("Check pazpar2 config", function() {
   });
 });
 
   });
 });
 
+describe("Check pazpar2 runtime", function() {
+  it("pazpar2 was successfully initialize", function() {
+    expect(mkws_config.error).toBe(undefined);
+  });
+});