dougm 02/01/06 10:22:04
Modified: perl-framework/t/apache limits.t
Log:
fix for 5.005
Submitted by: Matt Sergeant <[EMAIL PROTECTED]>
Reviewed by: dougm
Revision Changes Path
1.11 +1 -1 httpd-test/perl-framework/t/apache/limits.t
Index: limits.t
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/apache/limits.t,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- limits.t 20 Dec 2001 04:22:45 -0000 1.10
+++ limits.t 6 Jan 2002 18:22:04 -0000 1.11
@@ -61,7 +61,7 @@
my $testnum = 1;
foreach my $cond (@conditions) {
- foreach my $goodbad qw(succeed fail) {
+ foreach my $goodbad (qw(succeed fail)) {
my $param = $params{"$cond-$goodbad"};
my $expected_rc = $xrcs{"$cond-$goodbad"};
my $resp;