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:
229e11d
)
Use team.info() in place of removed team.log()
author
Mike Taylor
<mike@indexdata.com>
Thu, 20 Nov 2014 11:20:23 +0000
(11:20 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 20 Nov 2014 11:20:23 +0000
(11:20 +0000)
test/spec/mkws-pazpar2.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-pazpar2.js
b/test/spec/mkws-pazpar2.js
index
eca9da5
..
09547ef
100644
(file)
--- a/
test/spec/mkws-pazpar2.js
+++ b/
test/spec/mkws-pazpar2.js
@@
-7,7
+7,7
@@
// get references from mkws.js, lazy evaluation
var debug = function (text) {
// use a debug function with time stamps
- mkws.teams["AUTO"].log("Jasmine: " + text);
+ mkws.teams["AUTO"].info("Jasmine: " + text);
//mkws.log("Jasmine: " + text)
}