From 3580fe6e6daaa12d7e8696ba668cbc96361862ab Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 20 Aug 2013 18:09:53 +0200 Subject: [PATCH] Check pazpar2 runtime --- test/spec/mkws-config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index 478a4a1..7563e82 100644 --- a/test/spec/mkws-config.js +++ b/test/spec/mkws-config.js @@ -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); + }); +}); -- 1.7.10.4