cvs commit: modperl-2.0/t/response/TestApache compat.pm

2001-12-19 Thread dougm
dougm 01/12/19 17:31:24 Modified:lib/Apache compat.pm t/response/TestApache compat.pm Log: use/require Apache::File; compat Revision ChangesPath 1.32 +2 -0 modperl-2.0/lib/Apache/compat.pm Index: compat.pm

cvs commit: modperl-2.0/t/response/TestApache compat.pm

2001-12-13 Thread stas
stas01/12/13 20:52:46 Modified:todo api.txt lib/Apache compat.pm t/apache compat.t t/response/TestApache compat.pm Log: - Apache-gensym now lives in compat.pm Revision ChangesPath 1.17 +0 -3

cvs commit: modperl-2.0/t/response/TestApache compat.pm

2001-12-05 Thread stas
stas01/12/05 08:03:25 Modified:lib/Apache compat.pm t/apache compat.t t/response/TestApache compat.pm Log: - add 'PerlOptions +GlobalRequest' to avoid core dumps in tests - warn user if Apache-request fails - add the returned by tmpfile

cvs commit: modperl-2.0/t/response/TestApache compat.pm

2001-12-05 Thread stas
stas01/12/05 08:39:01 Modified:t/apache compat.t t/response/TestApache compat.pm Log: - add the rest of the sub tests for the $r methods provided by Apache::File in 1.x. Revision ChangesPath 1.6 +3 -3 modperl-2.0/t/apache/compat.t

cvs commit: modperl-2.0/t/response/TestApache compat.pm

2001-09-29 Thread stas
stas01/09/29 12:33:40 Modified:t/apache compat.t t/response/TestApache compat.pm Log: - prepare a ground for adding many new sub-tests for Apache::compat - add the content-type test for send_http_header($val); - add tests for $r-header_{in|out} (5,7,9,11 are