Re: cvs commit: httpd-test/perl-framework/t/apache 404.t

2001-10-22 Thread Rodent of Unusual Size
john sachs wrote: > > why did you take the '404' out of /HTTP\/1\.[01] 404 Not Found/? > now it fails for me. did you mean to do that? Uh, nope. I still don't quite see why GET_STR is returning different values, nor under what circumstances.. Fixing it now. -- #kenP-)} Ken Coar, Sanagend

Re: cvs commit: httpd-test/perl-framework/t/apache 404.t

2001-10-22 Thread Justin Erenkrantz
On Mon, Oct 22, 2001 at 11:50:33AM -0700, john sachs wrote: > On Mon, Oct 22, 2001 at 05:16:09PM -, [EMAIL PROTECTED] wrote: > + -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

Re: cvs commit: httpd-test/perl-framework/t/apache 404.t

2001-10-22 Thread john sachs
On Mon, Oct 22, 2001 at 05:16:09PM -, [EMAIL PROTECTED] wrote: + -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/

Re: cvs commit: httpd-test/perl-framework/t/apache 404.t

2001-08-29 Thread Justin Erenkrantz
On Wed, Aug 29, 2001 at 10:27:53PM -, [EMAIL PROTECTED] wrote: > jsachs 01/08/29 15:27:53 > > Added: perl-framework/t/apache 404.t > Log: > quick 404 test. > verifies that Content-Type is text/html. A tag too late. =) -- justin