Change 16146 by jhi@alpha on 2002/04/24 20:21:43
Wrong plan.
Affected files ...
.... //depot/perl/ext/Encode/t/mime-header.t#2 edit
Differences ...
==== //depot/perl/ext/Encode/t/mime-header.t#2 (text) ====
Index: perl/ext/Encode/t/mime-header.t
--- perl/ext/Encode/t/mime-header.t.~1~ Wed Apr 24 14:30:06 2002
+++ perl/ext/Encode/t/mime-header.t Wed Apr 24 14:30:06 2002
@@ -12,8 +12,7 @@
}
use strict;
-use Test::More qw(no_plan);
-#use Test::More tests => 19;
+use Test::More tests => 1;
use_ok("Encode::MIME::Header");
End of Patch.