Change 19881 by [EMAIL PROTECTED] on 2003/06/29 10:17:28
More coffee...
Affected files ...
... //depot/perl/lib/Test/Harness.pm#73 edit
Differences ...
==== //depot/perl/lib/Test/Harness.pm#73 (text) ====
Index: perl/lib/Test/Harness.pm
--- perl/lib/Test/Harness.pm#72~19879~ Sun Jun 29 02:34:47 2003
+++ perl/lib/Test/Harness.pm Sun Jun 29 03:17:28 2003
@@ -523,7 +523,7 @@
$failedtests{$tfile}{name} = $tfile;
}
elsif($results{seen}) {
- if (@{$test{failed}} and $test{$max}) {
+ if (@{$test{failed}} and $test{max}) {
my ($txt, $canon) = canonfailed($test{max},$test{skipped},
@{$test{failed}});
print "$test{ml}$txt";
End of Patch.