cvs commit: modperl-2.0/t/response/TestModperl merge.pm

2004-09-28 Thread geoff
geoff 2004/09/28 11:14:30 Modified:.Changes src/modules/perl modperl_callback.c t/response/TestDirective env.pm t/response/TestModperl merge.pm Log: per-server PerlSetEnv and PerlPassEnv values are properly added to %ENV when o

cvs commit: modperl-2.0/t/filter both_str_req_proxy.t

2004-09-28 Thread stas
stas2004/09/28 15:38:46 Modified:t/filter both_str_req_proxy.t Log: need to use need() if there is more than one skip condition Revision ChangesPath 1.4 +1 -1 modperl-2.0/t/filter/both_str_req_proxy.t Index: both_str_req_proxy.t =

cvs commit: modperl-2.0/t/protocol echo_block.t echo_filter.t pseudo_http.t

2004-09-28 Thread stas
stas2004/09/28 15:43:42 Modified:t/filter both_str_con_add.t t/protocol echo_block.t echo_filter.t pseudo_http.t Log: blocking socket bug fixed in 2.0.52, add a skip rule for that Revision ChangesPath 1.6 +5 -2 modperl-2.0/t/filter/both_str_c

cvs commit: modperl-2.0/t/protocol echo_bbs.t echo_timeout.t echo_bbs2.t echo_nonblock.t

2004-09-28 Thread stas
stas2004/09/28 15:47:22 Modified:t/lib/TestCommon LogDiff.pm t/aprconstants.t t/protocol echo_bbs.t echo_timeout.t echo_bbs2.t echo_nonblock.t Log: perl -pi -e 's|use Test;|use Apache::Test;|' Revision ChangesPat

cvs commit: modperl-2.0/t/response/TestPerl api.pm

2004-09-28 Thread stas
stas2004/09/28 19:18:13 Modified:t/response/TestPerl api.pm Log: with perl 5.6.1 this test works fine on its own, but if run in the same interpreter after a test that involves a complex die call, as in the case of t/filter/in_error, which dies inside a filter, perl gets mes

cvs commit: modperl-2.0/t/apache cgihandler.t

2004-09-28 Thread stas
stas2004/09/28 20:09:22 Modified:t/apache cgihandler.t Log: make it easier to debug the test Revision ChangesPath 1.4 +6 -6 modperl-2.0/t/apache/cgihandler.t Index: cgihandler.t === RC