projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
631cb5c
)
Check pazpar2 runtime
author
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 20 Aug 2013 16:09:53 +0000
(18:09 +0200)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 20 Aug 2013 16:09:53 +0000
(18:09 +0200)
test/spec/mkws-config.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-config.js
b/test/spec/mkws-config.js
index
478a4a1
..
7563e82
100644
(file)
--- 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);
+ });
+});