--- trunk/t/3-normalize-xml.t 2005/07/17 00:04:25 14 +++ trunk/t/3-normalize-xml.t 2005/07/17 10:42:23 15 @@ -14,7 +14,7 @@ $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";