coar 01/10/22 10:16:09
Modified: perl-framework/t/apache 404.t Log: Match the GET_STR frobbed format, too Revision Changes Path 1.2 +2 -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.1 retrieving revision 1.2 diff -u -u -r1.1 -r1.2 --- 404.t 2001/08/29 22:27:53 1.1 +++ 404.t 2001/10/22 17:16:09 1.2 @@ -10,5 +10,6 @@ print "$four_oh_four\n"; -ok ($four_oh_four =~ /HTTP\/1\.[01] 404 Not Found/); +ok (($four_oh_four =~ /HTTP\/1\.[01] Not Found/) + || ($four_oh_four =~ /RC:\s+404.*Message:\s+Not Found/s)); ok ($four_oh_four =~ /Content-Type: text\/html/);
