compress 2.021
[p5sagit/p5-mst-13.2.git] / ext / IO-Compress / t / 105oneshot-zip-bzip2-only.t
index 861eaef..f21e918 100644 (file)
@@ -28,7 +28,7 @@ BEGIN {
     $extra = 1
         if eval { require Test::NoWarnings ;  import Test::NoWarnings; 1 };
 
-    plan tests => 120 + $extra ;
+    plan tests => 144 + $extra ;
 
     #use_ok('IO::Compress::Zip', qw(zip $ZipError :zip_method)) ;
     use_ok('IO::Compress::Zip', qw(:all)) ;
@@ -71,7 +71,7 @@ for my $stream (0, 1)
 {
     for my $zip64 (0, 1)
     {
-        next if $zip64 && ! $stream;
+        #next if $zip64 && ! $stream;
 
         for my $method (ZIP_CM_STORE, ZIP_CM_DEFLATE, ZIP_CM_BZIP2)
         {