[RELEASE CANDIDATE] Apache-Test-1.30 RC1

2007-11-16 Thread Fred Moyer
Greetings, A release candidate for Apache::Test is now available: http://people.apache.org/~phred/Apache-Test-1.30-RC1.tar.gz Please take a moment to download, build, and report test failures or success back to the list. Thanks! Summary of changes in this version: Added t_write_test_lib f

Re: [patch] mod_alias needed to run t/cookies.t

2007-11-16 Thread Geoffrey Young
Fred Moyer wrote: > t/cookies.t fails if mod_alias is not installed, since ScriptAlias is used: > > ScriptAlias /cgi-bin/ "@ServerRoot@/cgi-bin/" > > Index: t/cookies.t > === > --- t/cookies.t (revision 595664) > +++ t/cookies.t

[patch] mod_alias needed to run t/cookies.t

2007-11-16 Thread Fred Moyer
t/cookies.t fails if mod_alias is not installed, since ScriptAlias is used: ScriptAlias /cgi-bin/ "@ServerRoot@/cgi-bin/" Index: t/cookies.t === --- t/cookies.t (revision 595664) +++ t/cookies.t (working copy) @@ -8,7 +8,7 @@ use