X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=t%2FZOOM-IRSpy.t;h=7d05d2d56f125dfa2c1269828d5deff247611ffd;hp=e6af4bebd2fe97ad405a6c5092505ac630fc153c;hb=18d5b8086699227e7f19380a19d9c2e005ea7b96;hpb=3a39a0c2a8cc349284099fe678a168166db1f23c diff --git a/t/ZOOM-IRSpy.t b/t/ZOOM-IRSpy.t index e6af4be..7d05d2d 100644 --- a/t/ZOOM-IRSpy.t +++ b/t/ZOOM-IRSpy.t @@ -3,6 +3,7 @@ use Test::More tests => 3; BEGIN { + use lib './lib'; use_ok('ZOOM::IRSpy'); } @@ -25,7 +26,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" ); };