geoff 2003/09/17 09:58:43
Modified:t/apache cookie2.t cookie.t
Log:
prepend initial slash to uri
Revision ChangesPath
1.2 +2 -2 modperl-2.0/t/apache/cookie2.t
Index: cookie2.t
===
RCS fi
stas2003/09/17 12:07:59
Modified:.RELEASE
Log:
now there is a better way to test without LWP, just define
APACHE_TEST_PRETEND_NO_LWP=1
Revision ChangesPath
1.4 +3 -2 modperl-2.0/RELEASE
Index: RELEASE
===
stas2003/09/17 23:28:19
Modified:t/modules cgi.t
Log:
looks like the last subtest got messed up in the transition to sok {}, fix
it to do testing for real
Revision ChangesPath
1.8 +2 -1 modperl-2.0/t/modules/cgi.t
Index: cgi.t
=
stas2003/09/17 23:36:33
Modified:t/modules cgi.t
Log:
skip only the upload sub-test if LWP is not available, the rest can run
just fine with Apache::TestClient
Revision ChangesPath
1.9 +13 -5 modperl-2.0/t/modules/cgi.t
Index: cgi.t
stas2003/09/17 23:38:43
Modified:t/modules cgiupload.t
Log:
use have_lwp() wrapper instead of checking for LWP, to support
the APACHE_TEST_PRETEND_NO_LWP mode, even though LWP is available.
Revision ChangesPath
1.7 +1 -1 modperl-2.0/t/modules/cgiupload.t
stas2003/09/17 23:43:45
Modified:ModPerl-Registry/t 500.t
Log:
apache 2.0.46 or higher is required, remove the check for 2.0.42
Revision ChangesPath
1.9 +1 -6 modperl-2.0/ModPerl-Registry/t/500.t
Index: 500.t
=