1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Description: adjust tests
t/scripts/s14* are removed from the repackaged tarball
Origin: vendor
Forwarded: not-needed
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2021-11-26
--- a/t/02-io.t
+++ b/t/02-io.t
@@ -8,7 +8,7 @@
use Test::More;
-my $not = 39;
+my $not = 38;
SKIP: {
eval( 'use JavaScript::Packer' );
@@ -29,7 +29,7 @@
fileTest( 's11', 'best', 's11 compression level "best" with long javascript matching _encode62 ord match 57' );
fileTest( 's12', 'best', 's12 compression level "best" with long javascript matching _encode62 ord match 65' );
fileTest( "s$_", 'minify', "s$_ compression level \"minify\" keep sourceMappingURL" )
- for 13 .. 19;
+ for 13, 15 .. 19;
my $packer = JavaScript::Packer->init();
|