coar 01/10/22 12:07:00
Modified: perl-framework/t/apache 404.t
Log:
Oops, mis-edited..
Revision Changes Path
1.3 +1 -1 httpd-test/perl-framework/t/apache/404.t
Index: 404.t
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/apache/404.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- 404.t 2001/10/22 17:16:09 1.2
+++ 404.t 2001/10/22 19:07:00 1.3
@@ -10,6 +10,6 @@
print "$four_oh_four\n";
-ok (($four_oh_four =~ /HTTP\/1\.[01] Not Found/)
+ok (($four_oh_four =~ /HTTP\/1\.[01] 404 Not Found/)
|| ($four_oh_four =~ /RC:\s+404.*Message:\s+Not Found/s));
ok ($four_oh_four =~ /Content-Type: text\/html/);