X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=t%2FZOOM-IRSpy.t;h=daf415ffc542a93f249a4a28a3668f49bbcc9a06;hp=0da4aa0fae3f848cfc552919837fd94b499514df;hb=06864c9e99435d22aec6ab5328bfe6806e3df4d1;hpb=922431d5c98a82b37bba080d09ecde4fcbc0202e diff --git a/t/ZOOM-IRSpy.t b/t/ZOOM-IRSpy.t index 0da4aa0..daf415f 100644 --- a/t/ZOOM-IRSpy.t +++ b/t/ZOOM-IRSpy.t @@ -1,6 +1,6 @@ # change 'tests => 1' to 'tests => last_test_to_print'; -use Test::More qw(no_plan); +use Test::More tests => 3; BEGIN { use_ok('ZOOM::IRSpy'); @@ -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" ); };