new helper module Apache::TestUtil

2001-09-02 Thread Stas Bekman
Here is a new Apache::TestUtil that makes: - the writing tests that mess with files and dirs much easier. - it automatically takes care of cleanup for all files and dirs created. - makes it simpler to write debugable tests: ok $expected eq $received. After the patch I've attached a new

Re: forcing cleanup

2001-09-02 Thread Stas Bekman
On Fri, 31 Aug 2001, Doug MacEachern wrote: On Fri, 31 Aug 2001, Stas Bekman wrote: When you cvs update, make sure to run './t/TEST -clean'. I've noticed that one of the subtests in alias.t was failing. It was because extra.conf.in has been changed, but the stale autogenerated extra.conf

Re: cvs commit: httpd-2.0/modules/filters mod_include.c mod_include.h

2001-09-02 Thread Cliff Woolley
On 2 Sep 2001 [EMAIL PROTECTED] wrote: jerenkrantz01/09/01 18:09:02 Modified:.CHANGES modules/filters mod_include.c mod_include.h Log: Make mod_include check for BYTE_COUNT_THRESHOLD on a per-bucket basis rather than on a per-character basis. A