X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=t%2FZOOM-IRSpy.t;h=e9bd6123b1da657598a50ac8c7595274a37152b5;hp=2ed94b32fc9242681f699e984dd2c7f4480ac0ad;hb=d3725cdc5d765df0eff9c525c6e3de015c8ca47c;hpb=1ed00d4905d1d5d7217b494351c7f91dd6f048d2 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" ); };