We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648120d commit 6a477fcCopy full SHA for 6a477fc
1 file changed
t/006zip.t
@@ -19,7 +19,7 @@ BEGIN {
19
$extra = 1
20
if eval { require Test::NoWarnings ; Test::NoWarnings->import; 1 };
21
22
- plan tests => 115 + $extra ;
+ plan tests => 113 + $extra ;
23
24
use_ok('IO::Compress::Zip', qw(:all)) ;
25
use_ok('IO::Uncompress::Unzip', qw(unzip $UnzipError)) ;
@@ -419,7 +419,6 @@ EOM
419
my $name = $u->getHeaderInfo()->{Name};
420
421
my $hdr = $u->getHeaderInfo();
422
- is $hdr->{Name}, 'hello.txt', "Name is 'hello.txt'";
423
is $hdr->{Time}, 0, "Time is zero";
424
}
425
@@ -435,7 +434,6 @@ EOM
435
434
436
437
438
439
440
441
0 commit comments