first cut into WebPAC::DB
[webpac2] / t / 3-normalize-xml.t
index 3b7ea4b..bc45dc8 100755 (executable)
@@ -14,7 +14,7 @@ ok(my $abs_path = abs_path($0), "abs_path");
 $abs_path =~ s#/[^/]*$#/#;
 diag "abs_path: $abs_path";
 
-ok(my $n = new WebPAC::Normalize::XML( debug => 1 ), "new");
+ok(my $n = new WebPAC::Normalize::XML( debug => 0 ), "new");
 
 throws_ok { $n->open() } qr/tag/, "open without tag";
 throws_ok { $n->open( tag => 'isis' ) } qr/xml_file/, "open without xml_file";