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:
0a277d8
)
use a debug function with time stamps
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 9 Jul 2014 08:32:56 +0000
(08:32 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 9 Jul 2014 08:32:56 +0000
(08:32 +0000)
For the jasmine tests, we are using the AUTO team widget log wrapper
test/spec/mkws-pazpar2.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-pazpar2.js
b/test/spec/mkws-pazpar2.js
index
e849dbf
..
bf4af6a
100644
(file)
--- a/
test/spec/mkws-pazpar2.js
+++ b/
test/spec/mkws-pazpar2.js
@@
-6,7
+6,10
@@
// get references from mkws.js, lazy evaluation
var debug = function (text) {
- mkws.log("Jasmine: " + text)
+ // use a debug function with time stamps
+ mkws.teams["AUTO"].log("Jasmine: " + text);
+
+ //mkws.log("Jasmine: " + text)
}
// Define empty jasmine_config for simple applications that don't define it.