nd 2003/11/20 14:16:35
Modified: perl-framework/t/modules include.t
Log:
fix malformed test for 1.3
Revision Changes Path
1.45 +3 -0 httpd-test/perl-framework/t/modules/include.t
Index: include.t
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/modules/include.t,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -u -r1.44 -r1.45
--- include.t 20 Nov 2003 22:06:11 -0000 1.44
+++ include.t 20 Nov 2003 22:16:35 -0000 1.45
@@ -85,6 +85,9 @@
$test{"if8a.shtml"} = "pass";
$test{"if9a.shtml"} = "pass pass";
$test{"if10a.shtml"} = "pass";
+
+ # malformed.shtml remains empty in 1.3
+ $test{"malformed.shtml"} = ""
}
my %t_test = ();