--- trunk/t/3-normalize-xml.t 2005/07/16 23:56:14 13 +++ trunk/t/3-normalize-xml.t 2005/07/17 00:04:25 14 @@ -16,7 +16,6 @@ ok(my $n = new WebPAC::Normalize::XML( debug => 1 ), "new"); - throws_ok { $n->open() } qr/tag/, "open without tag"; throws_ok { $n->open( tag => 'isis' ) } qr/xml_file/, "open without xml_file"; throws_ok { $n->open( tag => 'isis', xml_file => 'foo' ) } qr/file.*doesn't exist/, "open with invalid xml_file";