projects
/
irspy-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:
3a39a0c
)
Do not generate debugging output (as it looks like test failure).
author
Mike Taylor
<mike@miketaylor.org.uk>
Wed, 7 Jul 2010 15:20:41 +0000
(16:20 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Wed, 7 Jul 2010 15:20:41 +0000
(16:20 +0100)
t/ZOOM-IRSpy.t
patch
|
blob
|
history
diff --git
a/t/ZOOM-IRSpy.t
b/t/ZOOM-IRSpy.t
index
e6af4be
..
daf415f
100644
(file)
--- a/
t/ZOOM-IRSpy.t
+++ b/
t/ZOOM-IRSpy.t
@@
-25,7
+25,6
@@
isa_ok( $spy, 'ZOOM::IRSpy' );
# test for failure if template not exists
eval {
$ZOOM::IRSpy::irspy_to_zeerex_xsl = '/nonexist';
- $ZOOM::IRSpy::debug = 1;
$ZOOM::IRSpy::xslt_max_depth = 100;
$spy = new ZOOM::IRSpy( $dbname, "admin", "fruitbat" );
};