stas 2003/04/22 20:17:08
Modified: perl-framework/Apache-Test Changes
Log:
update Changes to reflect recent changes
Revision Changes Path
1.5 +3 -3 httpd-test/perl-framework/Apache-Test/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Changes,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Changes 22 Apr 2003 08:11:23 -0000 1.4
+++ Changes 23 Apr 2003 03:17:08 -0000 1.5
@@ -33,15 +33,15 @@
avoid starting httpd with 'Group root' when running the test suite
under root [Stas]
-add support for 'make test TEST_VERBOSE=1 "TEST_FILES=foo bar" [Stas]
+add support for 'make test TEST_VERBOSE=1 "TEST_FILES=foo bar"' [Stas]
Apache::Test now can run 'make test' under 'root', without permission
problems (e.g. when files need to be written), it'll chown all the
files under t/ to the user chosen to run the server with, before
running the tests and will restore the permissions at the end. [Stas]
-for mod_perl 2.0 'make test', don't inherit loading of the mod_perl
-object from the system-wide config, since we already add it [Stas]
+don't inherit loading of the mod_perl object from the system-wide
+config, since Apache::TestRunPerl already configures it [Stas]
Support two new shortcuts for skip functionality:
- have_threads: checks whether both Apache and Perl support threads