From: Wolfram Schneider Date: Thu, 8 Apr 2010 15:15:23 +0000 (+0000) Subject: test debugging X-Git-Tag: CPAN-v1.02~54^2~93^2~19 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=502d762f3abbcab293a03236406ae809c80ef9df;hp=d7e58610fa995932bf4ed8982651f755935885bd test debugging --- diff --git a/t/ZOOM-IRSpy.t b/t/ZOOM-IRSpy.t index 2ed94b3..e9bd612 100644 --- a/t/ZOOM-IRSpy.t +++ b/t/ZOOM-IRSpy.t @@ -25,6 +25,8 @@ 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" ); };