Change 19027 by [EMAIL PROTECTED] on 2003/03/19 09:38:54
Synchronize t/op/pack.t:s between blead and maint with
a fake success for maint (test for a blead feature not
merged into maint) so that the test numberings don't drift
unnecessarily. Not necessarily a long-term thing to do
(if blead gets even more new features), but works for now.
Affected files ...
... //depot/maint-5.8/perl/t/op/pack.t#5 edit
Differences ...
==== //depot/maint-5.8/perl/t/op/pack.t#5 (xtext) ====
Index: perl/t/op/pack.t
--- perl/t/op/pack.t#4~19011~ Mon Mar 17 11:15:23 2003
+++ perl/t/op/pack.t Wed Mar 19 01:38:54 2003
@@ -6,7 +6,7 @@
require './test.pl';
}
-plan tests => 5848;
+plan tests => 5849;
use strict;
use warnings;
@@ -1093,4 +1093,6 @@
}
ok(pack('u2', 'AA'), "[perl #8026]"); # used to hang and eat RAM in perl 5.7.2
+
+ok(1, "fake success (change #18751, feature not present in 5.8.1)");
End of Patch.