jwoolley 2003/07/11 01:55:14
Modified: perl-framework/t/htdocs/modules/include/bucketeer y5.shtml
perl-framework/t/modules include.t
Log:
ehh, might as well make it that much harder ;)
Revision Changes Path
1.2 +1 -1
httpd-test/perl-framework/t/htdocs/modules/include/bucketeer/y5.shtml
<<Binary file>>
1.23 +2 -1 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.22
retrieving revision 1.23
diff -u -d -u -r1.22 -r1.23
--- include.t 11 Jul 2003 08:51:42 -0000 1.22
+++ include.t 11 Jul 2003 08:55:14 -0000 1.23
@@ -247,7 +247,8 @@
);
- $expected= "pass [an error occurred while processing this directive]
pass pass1";
+ $expected= "pass [an error occurred while processing this directive] "
+ "pass pass1";
$doc = "bucketeer/y5.shtml";
ok t_cmp($expected,
super_chomp(GET_BODY "$dir$doc"),