test debugging
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 8 Apr 2010 15:15:23 +0000 (15:15 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 8 Apr 2010 15:15:23 +0000 (15:15 +0000)
t/ZOOM-IRSpy.t

index 2ed94b3..e9bd612 100644 (file)
@@ -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" );
 };