geoff 2003/12/15 06:08:16
Modified: perl-framework/Apache-Test Changes Log: allow conditional C module compilation on a more granular level. #define HTTPD_TEST_REQUIRE_APACHE 2.0.49 is now recognized. Revision Changes Path 1.73 +4 -0 httpd-test/perl-framework/Apache-Test/Changes Index: Changes =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Changes,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- Changes 14 Dec 2003 02:09:04 -0000 1.72 +++ Changes 15 Dec 2003 14:08:16 -0000 1.73 @@ -8,6 +8,10 @@ =item 1.07-dev +allow conditional C module compilation on a more granular level. +#define HTTPD_TEST_REQUIRE_APACHE 2.0.49 is now recognized. +[Geoffrey Young] + Another attempt at providing a test function that verifies whether Apache when switching from 'root' to 'nobody' or another user will be able to access and create files under the t/ directory. This time
