mod_deflate.t

2002-10-08 Thread john sachs
so i just committed a small change to apache/contentlength.t. the modules/deflate.t test suffers from the same problem: assuming echo_post module is built. so if you: perl Makefile.PL -httpd /path/to/your/httpd these test fail, because echo_post only gets built if you specify apxs. i have an

Re: Perl framework 'server exited' on AIX

2002-01-25 Thread john sachs
same thing happens on HPUX. dunno what the deal is. i just 't/TEST -run' after that and go on testing... On Fri, Jan 25, 2002 at 04:19:45PM -0500, Rodent of Unusual Size wrote: + When trying to run vanilla 't/TEST' on AIX, with httpd-2.0 HEAD, + I'm getting a + + waiting for server to start:

Re: Testing remote server

2001-12-04 Thread john sachs
as was mentioned earlier, some test write to the server root, perhaps we could add a special directive so you could do something like this in your plan line: plan tests = 5, have_module 'foo' have_local_server_root where 'have_local_server_root' could be named whatever we think appropriate and

[franklin_tech_bulletins@yahoo.com: IBM AS/400 HTTP Server '/' attack]

2001-11-08 Thread john sachs
hey. after this was reported, i knew apache was not affected, but i thought id write a quick test to add to the suite just to make sure it never got introduced. anyway, in doing so, i noticed that 1.3 serves the page as you'd expect. in 2.0, you get 404. which is correct? i kinda think 404 is

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:

Re: t/modules/expires.t .. expected?

2001-10-16 Thread john sachs
hi, On Tue, Oct 16, 2001 at 05:46:25PM -0400, Rodent of Unusual Size wrote: + expires_test() fails at the end if $actual != $expected. So + I don't quite get how the first if-block sets expected + correctly: + + my $expected = ''; + my $exp_type = ''; + if ($exp_conf =~

Re: httpd-test failures...

2001-09-29 Thread john sachs
On Fri, Sep 28, 2001 at 03:36:00PM -0700, Justin Erenkrantz wrote: + I have no clue what happened, but HEAD is failing most of the module + tests in httpd-test. I have no diffs in my tree, and I am updated to + the latest, and this is a fresh build (make clean make all). + + I'm trying to

Re: [Fwd: FAILURE httpd-2.0 automated test log]

2001-09-12 Thread john sachs
i just had cron run the cgi test and it passed for me. On Wed, Sep 12, 2001 at 03:33:57PM +0100, Gary Benson wrote: + + On Sat, 8 Sep 2001, Doug MacEachern wrote: + + On 6 Sep 2001, Ian Holsman wrote: + + 1. running modules/cgi from a cron job fails on certain tests. + + haven't looked

Re: Is there a way to disable the ANSI?

2001-08-31 Thread john sachs
if you have the fix, just send along the patch and i can commit for you. wait...did you already do that once? -j On Thu, Aug 30, 2001 at 11:55:26PM +0100, Gary Benson wrote: + + On Thu, 30 Aug 2001, Ian Holsman wrote: + + I'm trying to get a nightly test going, + (nearly done) + + If you are

Re: File::Tail

2001-08-30 Thread john sachs
i have no problem with this. i also thought about the false passes for that test, but have been too busy with other test modules to think much about how to fix it. -j On Thu, Aug 30, 2001 at 05:07:02PM +0100, Gary Benson wrote: + + Hi all, + + I've got three problems which I could resolve

Re: Configuration collision

2001-08-28 Thread john sachs
weird. this is only happening on 1.3. it works on 2.0. i ran into it just before i got to this mail... i think 2.0 has it correct.. but that is bad config, probably...i spose i will change it. -j On Tue, Aug 28, 2001 at 04:36:49PM +0100, Gary Benson wrote: + + Hi, + + I've found a clash

Re: t/modules/rewrite tweaking

2001-08-07 Thread john sachs
it is a range. On Tue, Aug 07, 2001 at 02:13:35PM +0800, Stas Bekman wrote: + perl t/TEST httpd /home/stas/httpd-2.0/bin/httpd -run t/modules/rewrite.t + modules/rewrite.NOK 6Invalid [] range -6 before HERE mark in regex + m/^[!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN + htmlhead +

Re: t/modules/rewrite tweaking

2001-08-07 Thread john sachs
this today. -j On Wed, Aug 08, 2001 at 12:46:54AM +0800, Stas Bekman wrote: + On Tue, 7 Aug 2001, john sachs wrote: + + it is a range. + + so according to the error: + + Invalid [] range -6 before HERE mark in regex + + what kind of range -6 is? + + + On Tue, Aug 07, 2001 at 02:13:35PM +0800