cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache Test.pm

2004-02-25 Thread stas
stas2004/02/24 18:33:14 Modified:perl-framework/Apache-Test Changes RELEASE perl-framework/Apache-Test/lib/Apache Test.pm Log: start the 1.09-dev cycle Revision ChangesPath 1.96 +3 -0 httpd-test/perl-framework/Apache-Test/Changes Index

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-02-25 Thread stas
stas2004/02/25 13:33:46 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm perl-framework/Apache-Test Changes Log: fix the custom config use for Apache-Test's own upgrades. the problem was created when custom_config_load was moved into run() and wasn't

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestSmoke.pm

2004-02-24 Thread stas
stas2004/02/23 17:14:15 Modified:perl-framework/Apache-Test/lib/Apache TestSmoke.pm Log: yet another 'move-out-of-t' fix Revision ChangesPath 1.28 +3 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestSmoke.pm Index: TestSmoke.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2004-02-19 Thread stas
stas2004/02/18 20:16:57 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: If at least one *conf*.in files is modified since the last configuration, make sure to regenerate them all, so the right ports

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-02-19 Thread stas
stas2004/02/18 22:37:20 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm perl-framework/Apache-Test Changes Log: Make it possible to run TEST (or another driving script) from any path (e.g. t/TEST, ./TEST, /full/path/to/t/TEST) Revision Changes

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2004-02-19 Thread stas
stas2004/02/18 22:41:36 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: be safe Revision ChangesPath 1.151 +1 -2 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2004-02-19 Thread stas
stas2004/02/19 11:52:52 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: if we are already reconfigure, don't run extra checks whether we need to reconfigure Revision ChangesPath 1.152 +6 -3 httpd-test/perl-framework/Apache-Test/lib/Apache

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2004-02-03 Thread stas
stas2004/02/02 16:23:34 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: can't load FindBin at compile time as it affects programs, whose $0 is not necessarily executable (registry scripts loading Apache::Test), when FindBin croaks. So move it to 'require

cvs commit: httpd-test/perl-framework/t/apache contentlength.t

2004-01-31 Thread stas
stas2004/01/30 16:25:46 Modified:perl-framework/t/apache contentlength.t Log: chomp needs a defined value (with 1.3 this test fails) Revision ChangesPath 1.3 +2 -2 httpd-test/perl-framework/t/apache/contentlength.t Index: contentlength.t

cvs commit: httpd-test/perl-framework/t/modules dav.t dir.t autoindex.t expires.t headers.t include.t setenvif.t vhost_alias.t

2004-01-31 Thread stas
stas2004/01/30 16:54:33 Modified:perl-framework/t/modules dav.t dir.t autoindex.t expires.t headers.t include.t setenvif.t vhost_alias.t Log: make the tests relocatable (not to rely on cwd) Revision ChangesPath 1.7 +6 -5 httpd-test

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-01-31 Thread stas
stas2004/01/30 17:12:17 Modified:perl-framework/Apache-Test/lib/Apache TestHarness.pm TestRun.pm perl-framework/Apache-Test Changes Log: In order to make Apache-Test compatible with the rest of Perl testing frameworks, we no longer chdir

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2004-01-31 Thread stas
stas2004/01/30 17:46:43 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: don't set APACHE_TEST_PORT internally as it'll affect the reconfiguration process (which kicks in if env vars are set) Revision ChangesPath 1.203 +5 -3 httpd-test

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm TestRun.pm

2004-01-31 Thread stas
stas2004/01/30 17:53:09 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm TestRun.pm Log: more reconfiguration tweaks: remove the last change adding unconditional reconfigure when 'reconfigure' attr was set, replace with a check whether env

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2004-01-31 Thread stas
stas2004/01/31 01:58:24 Modified:perl-framework/Apache-Test Changes Log: Apache::Test::vars() can now query for config arguments Revision ChangesPath 1.85 +2 -0 httpd-test/perl-framework/Apache-Test/Changes Index: Changes

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache Test.pm

2004-01-30 Thread stas
stas2004/01/29 16:06:42 Modified:perl-framework/Apache-Test/lib/Apache Test.pm Log: extend Apache::Test::vars to support argument to query Revision ChangesPath 1.74 +24 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm Index: Test.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm TestRun.pm

2004-01-18 Thread stas
stas2004/01/17 19:14:10 Modified:perl-framework/Apache-Test Makefile.PL perl-framework/Apache-Test/lib/Apache TestConfig.pm TestRun.pm Log: a second big iteration on providing persistent custom config Revision ChangesPath 1.17

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2004-01-18 Thread stas
stas2004/01/18 00:08:39 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestRun.pm Log: if $self-{reconfigure} is true, make sure to perform a complete reconfiguration, to solve the bug where conf.in files weren't reparsed

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm TestRun.pm

2004-01-18 Thread stas
stas2004/01/18 00:34:29 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestConfig.pm TestRun.pm Log: Special to Apache-Test environment variables: APXS APACHE APACHE_GROUP APACHE_USER APACHE_PORT

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2004-01-08 Thread stas
stas2004/01/07 20:06:27 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: fix Apache::TestConfig::which to check that the found file is a plain file Revision ChangesPath 1.77 +3 -0 httpd-test

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2004-01-08 Thread stas
stas2004/01/07 20:49:22 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: IS_APACHE_TEST_BUILD should be true when modperl-2.0 is built Revision ChangesPath 1.195 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2004-01-08 Thread stas
stas2004/01/07 20:53:00 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: custom config overriding can't be part of new_test_config since it gets overriden in t/TEST, so move it into a separate sub custom_config_add_conf_opts, called from run() Revision

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2004-01-08 Thread stas
stas2004/01/07 20:53:22 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: simplify Revision ChangesPath 1.134 +2 -2 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2004-01-08 Thread stas
stas2004/01/07 20:54:06 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: new_test_config doesn't need $self-{conf_opts} passed as an argument, it can get it by itself Revision ChangesPath 1.135 +1 -1 httpd-test/perl-framework/Apache-Test

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2004-01-08 Thread stas
stas2004/01/07 22:10:20 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: restore the part in configure_httpd which figures out the path to httpd from the mod_perl config (for mod_perl 2.0 via Apache::Build). we need it so that modperl-2.0 test suite won't

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2004-01-08 Thread stas
stas2004/01/07 22:14:21 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: eliminate the call to default_httpd in configure_httpd, so we don't guess incorrectly Revision ChangesPath 1.197 +0 -2 httpd-test/perl-framework/Apache-Test/lib

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm TestRun.pm

2004-01-07 Thread stas
stas2004/01/07 09:51:21 Modified:perl-framework/Apache-Test Changes Makefile.PL perl-framework/Apache-Test/lib/Apache TestConfig.pm TestRun.pm Log: implementing custom interactive and non-interactive (with the -save option) reusable

cvs commit: httpd-test/perl-framework/Apache-Test Makefile.PL

2004-01-06 Thread stas
stas2004/01/06 11:17:59 Modified:perl-framework/Apache-Test Makefile.PL Log: typo Revision ChangesPath 1.15 +1 -1 httpd-test/perl-framework/Apache-Test/Makefile.PL Index: Makefile.PL

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2004-01-05 Thread stas
stas2004/01/05 15:40:53 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: make sure that we don't close the DATA fh, so we can run configure more than once during the same execution Revision ChangesPath 1.192 +7 -1 httpd-test/perl

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2004-01-03 Thread stas
stas2004/01/02 17:43:24 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: reconfigure only if '-port select' is used, otherwise leave things alone Revision ChangesPath 1.191 +6 -2 httpd-test/perl-framework/Apache-Test/lib/Apache

cvs commit: httpd-test/perl-framework/Apache-Test .cvsignore

2003-12-23 Thread stas
stas2003/12/22 20:26:20 Modified:perl-framework/Apache-Test .cvsignore Log: META.yml is autogenerated Revision ChangesPath 1.5 +2 -0 httpd-test/perl-framework/Apache-Test/.cvsignore Index: .cvsignore

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-12-22 Thread stas
stas2003/12/22 11:35:13 Modified:perl-framework/Apache-Test Changes Log: 1.07 release Revision ChangesPath 1.74 +1 -1 httpd-test/perl-framework/Apache-Test/Changes Index: Changes

cvs commit: httpd-test/perl-framework/Apache-Test RELEASE

2003-12-22 Thread stas
stas2003/12/22 11:47:24 Modified:perl-framework/Apache-Test RELEASE Log: we always need to rerun 'perl Makefile.PL' to fix Makefile Revision ChangesPath 1.3 +3 -1 httpd-test/perl-framework/Apache-Test/RELEASE Index: RELEASE

cvs commit: httpd-test/perl-framework/Apache-Test RELEASE

2003-12-22 Thread stas
stas2003/12/22 11:49:08 Modified:perl-framework/Apache-Test RELEASE Log: wrong argument Revision ChangesPath 1.4 +1 -1 httpd-test/perl-framework/Apache-Test/RELEASE Index: RELEASE

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache Test.pm

2003-12-22 Thread stas
stas2003/12/22 11:51:03 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache Test.pm Log: start 1.08-dev cycle Revision ChangesPath 1.75 +2 -0 httpd-test/perl-framework/Apache-Test/Changes Index: Changes

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2003-12-20 Thread stas
stas2003/12/19 23:18:47 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: yet another fix for -port (when passed via %Apache::TestConfig::Argv) Revision ChangesPath 1.189 +2 -2 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2003-12-20 Thread stas
stas2003/12/19 23:30:43 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: %Apache::TestConfig::Argv is the second place to look at, not $args - which always contains port Revision ChangesPath 1.190 +1 -1 httpd-test/perl-framework/Apache

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2003-12-19 Thread stas
stas2003/12/19 01:12:12 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: if the test suite was aborted because of a user-error we don't want to call the bugreport and invite users to submit a bug report - after all it's a user error. but we still want

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2003-12-19 Thread stas
stas2003/12/19 01:12:28 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: fix comment Revision ChangesPath 1.130 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestTrace.pm

2003-12-17 Thread stas
stas2003/12/17 09:58:02 Modified:perl-framework/Apache-Test/lib/Apache TestTrace.pm Log: another pod fix Revision ChangesPath 1.19 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestTrace.pm Index: TestTrace.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2003-12-16 Thread stas
stas2003/12/16 12:24:15 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: to get the process fully drop privs, ensure that the call to setgroups() with an empty list is done Revision ChangesPath 1.125 +3 -2 httpd-test/perl-framework/Apache

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2003-12-16 Thread stas
stas2003/12/16 12:48:12 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: verify the EUID as well Revision ChangesPath 1.127 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-12-14 Thread stas
stas2003/12/13 18:09:04 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm perl-framework/Apache-Test Changes Log: Another attempt at providing a test function that verifies whether Apache when switching from 'root' to 'nobody' or another user

cvs commit: httpd-test/perl-framework/Apache-Test .cvsignore

2003-12-12 Thread stas
stas2003/12/11 23:12:52 Modified:perl-framework/Apache-Test .cvsignore Log: blibdirs ignore Revision ChangesPath 1.4 +1 -0 httpd-test/perl-framework/Apache-Test/.cvsignore Index: .cvsignore

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-12-10 Thread stas
stas2003/12/09 18:26:30 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm perl-framework/Apache-Test Changes Log: Cleanly exit (and complain) if the default hostname resolution has failed (usually due to a missing localhost entry in /etc/hosts

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfigParse.pm

2003-12-06 Thread stas
stas2003/12/05 20:05:40 Modified:perl-framework/Apache-Test/lib/Apache TestConfigParse.pm Log: server_file_rel2abs resolves all kind of file, so don't refer to 'configuration file' in warnings. Revision ChangesPath 1.40 +2 -2 httpd-test/perl-framework

cvs commit: httpd-test/perl-framework/Apache-Test SUPPORT

2003-12-02 Thread stas
stas2003/12/01 18:19:46 Modified:perl-framework/Apache-Test SUPPORT Log: update to include information on what to do if 'make test' can't find the server Revision ChangesPath 1.3 +25 -0 httpd-test/perl-framework/Apache-Test/SUPPORT Index: SUPPORT

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-11-30 Thread stas
stas2003/11/30 13:29:49 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm perl-framework/Apache-Test Changes Log: avoid fatal errors on fetching /index.html to test whether the server has started, when LWP is not available Revision Changes

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-11-28 Thread stas
stas2003/11/28 10:19:45 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: make sure that have_lwp eval {} returns 1 or 0/undef and not the value of the expression executed last (e.g. I was getting 5 from unless (...){} ) Revision ChangesPath 1.93

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm TestConfigPerl.pm TestServer.pm

2003-11-24 Thread stas
stas2003/11/23 23:57:30 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm TestConfigPerl.pm TestServer.pm Log: rename the function select_port, which does different things in different modules, to be select_first_port and select_next_port

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm TestRun.pm TestServer.pm

2003-11-24 Thread stas
stas2003/11/24 00:28:34 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm TestRun.pm TestServer.pm Log: the proper fix to -port problem is to reconfigure each time -port is passed, since things may change between each invocation and some

cvs commit: httpd-test/perl-framework/t/modules cgi.t

2003-11-24 Thread stas
stas2003/11/24 00:41:05 Modified:perl-framework/t/modules cgi.t Added: perl-framework/t/htdocs/modules/cgi nph-test.pl Log: writing a test for PR24501: seems to work just fine Revision ChangesPath 1.1 httpd-test/perl-framework/t/htdocs

cvs commit: httpd-test/perl-framework/t/htdocs/modules/cgi nph-test.pl.PL nph-test.pl

2003-11-24 Thread stas
stas2003/11/24 01:33:04 Added: perl-framework/t/htdocs/modules/cgi nph-test.pl.PL Removed: perl-framework/t/htdocs/modules/cgi nph-test.pl Log: oops, add the pl.PL file, remove the autogenerated .pl file Revision ChangesPath 1.1 httpd-test

cvs commit: httpd-test/perl-framework/t/htdocs/modules/cgi .cvsignore

2003-11-24 Thread stas
stas2003/11/24 01:33:44 Modified:perl-framework/t/htdocs/modules/cgi .cvsignore Log: new autogenerated file Revision ChangesPath 1.4 +2 -0 httpd-test/perl-framework/t/htdocs/modules/cgi/.cvsignore Index: .cvsignore

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2003-11-24 Thread stas
stas2003/11/24 15:31:31 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: Fix Apache::TestConfig::add_config not to append at the end of the config lines. This was a problem with config sections imported from

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfigC.pm

2003-11-07 Thread stas
stas2003/11/07 14:04:48 Modified:perl-framework/Apache-Test/lib/Apache TestConfigC.pm Log: TestConfigC is in the same package as TestConfig, so don't redeclare WIN32 constant. Revision ChangesPath 1.22 +3 -4 httpd-test/perl-framework/Apache-Test/lib

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-11-07 Thread stas
stas2003/11/07 14:30:33 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: update the follow redirect behavior with POSTs doc Submitted by: David Wheeler [EMAIL PROTECTED] Revision ChangesPath 1.92 +4 -5 httpd-test/perl-framework/Apache

cvs commit: httpd-test/perl-framework/Apache-Test/t TEST.PL

2003-11-05 Thread stas
stas2003/11/05 02:07:39 Modified:perl-framework/Apache-Test/t TEST.PL Log: make A-T eat its own food, print the banner: To report problems please refer to the SUPPORT file on A-T's 'make test' failure Revision ChangesPath 1.5 +11 -0 httpd-test/perl

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-10-27 Thread stas
stas2003/10/27 14:45:13 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: croak if lwp didn't return a response object Revision ChangesPath 1.91 +3 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRequest.pm Index

cvs commit: httpd-test/perl-framework/Apache-Test CONTRIBUTORS

2003-10-26 Thread stas
stas2003/10/25 18:14:17 Added: perl-framework/Apache-Test CONTRIBUTORS Log: add a new file listing the project's contributors Revision ChangesPath 1.1 httpd-test/perl-framework/Apache-Test/CONTRIBUTORS Index: CONTRIBUTORS

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2003-10-21 Thread stas
stas2003/10/20 17:45:00 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: speedup the core scan function, by telling File::Find not to chdir into sub-dirs Revision ChangesPath 1.117 +11 -6 httpd-test/perl-framework/Apache-Test/lib/Apache

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm TestSmoke.pm

2003-10-21 Thread stas
stas2003/10/20 18:18:53 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm TestSmoke.pm Log: an optional core scanning of only t/ dir (used by TestSmoke) Revision ChangesPath 1.118 +24 -7 httpd-test/perl-framework/Apache-Test

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-10-21 Thread stas
stas2003/10/20 18:24:24 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm perl-framework/Apache-Test Changes Log: don't do core files scan on win32, since it has no core files Revision ChangesPath 1.119 +9 -0 httpd-test/perl-framework

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2003-10-21 Thread stas
stas2003/10/21 15:09:11 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: complete the removal of hardcoding project/lib (besides the autogenerated t/TEST and other scripts where mp2 build must have it in @INC) Revision ChangesPath 1.180 +25 -8

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm TestConfigPerl.pm

2003-10-21 Thread stas
stas2003/10/21 15:09:41 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm TestConfigPerl.pm Log: extra protection Revision ChangesPath 1.181 +2 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Index

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-10-20 Thread stas
stas2003/10/20 13:09:05 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm TestServer.pm TestSmoke.pm perl-framework/Apache-Test Changes Log: TestRun was using httpd.pid file to ensure that the server is killed before starting

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-10-20 Thread stas
stas2003/10/20 13:22:56 Modified:perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm perl-framework/Apache-Test Changes Log: in the autogenerated t/conf/modperl_inc.pl don't add the project/lib directory, unless a special env var APACHE_TEST_LIVE_DEV is true

cvs commit: httpd-test/perl-framework/Apache-Test SUPPORT MANIFEST

2003-10-20 Thread stas
stas2003/10/20 14:40:08 Modified:perl-framework/Apache-Test MANIFEST Added: perl-framework/Apache-Test SUPPORT Log: create a dedicated SUPPORT doc, in hope that more people will become aware that they should be emailing the test-dev list and not individual authors

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2003-10-20 Thread stas
stas2003/10/20 15:48:58 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: document the APACHE_TEST_COLOR and APACHE_TEST_LIVE_DEV env vars Revision ChangesPath 1.179 +23 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2003-10-06 Thread stas
stas2003/10/06 13:04:47 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: enclose the Alias settings in the IfModule mod_alias.c container for httpd's that don't have mod_alias. Revision ChangesPath 1.176 +3 -1 httpd-test/perl-framework

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-10-02 Thread stas
stas2003/10/02 00:31:53 Modified:perl-framework/Apache-Test/t request.t perl-framework/Apache-Test Changes Log: fix t/request.t to get /index.html, instead of / since not everybody uses mod_dir Submitted by: Steve Piner [EMAIL PROTECTED] Revision Changes

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-10-02 Thread stas
stas2003/10/02 09:28:47 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: turn =item into =head3, so they will end up in TOC in the htmlify doc Submitted by: David Wheeler [EMAIL PROTECTED] Revision ChangesPath 1.87 +32 -37 httpd-test/perl

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-10-02 Thread stas
stas2003/10/02 10:38:13 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: fix a few typos and adjust the pod escaping Revision ChangesPath 1.89 +25 -24 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRequest.pm Index

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-10-02 Thread stas
stas2003/10/02 10:40:15 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: the simplest POST idiom to send any data is: my $res = POST $uri, content = $data; Revision ChangesPath 1.90 +4 -0 httpd-test/perl-framework/Apache-Test/lib

cvs commit: httpd-test/perl-framework/Apache-Test install-pl Changes

2003-10-01 Thread stas
stas2003/10/01 11:22:03 Modified:perl-framework/Apache-Test install-pl Changes Log: in the Apache/test.pm nuke code s/PERLRUN/FULLPERL/ as older MakeMaker doesn't have the PERLRUN target Revision ChangesPath 1.2 +1 -1 httpd-test/perl-framework/Apache

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-10-01 Thread stas
stas2003/10/01 11:32:26 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm perl-framework/Apache-Test Changes Log: when testing whether Apache started as root and running under 'nobody' or alike, will be able to -r/-w/-x in t/ use 'su' instead of 'sudo

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-09-29 Thread stas
stas2003/09/29 10:01:28 Modified:perl-framework/Apache-Test Changes Log: 1.04 release Revision ChangesPath 1.45 +1 -1 httpd-test/perl-framework/Apache-Test/Changes Index: Changes

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache Test.pm

2003-09-29 Thread stas
stas2003/09/29 10:50:20 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache Test.pm Log: start the 1.05-dev cycle Revision ChangesPath 1.46 +2 -0 httpd-test/perl-framework/Apache-Test/Changes Index: Changes

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2003-09-22 Thread stas
stas2003/09/22 15:03:32 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: avoid 'undefined ... in m//' message Revision ChangesPath 1.174 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Index: TestConfig.pm

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-09-18 Thread stas
stas2003/09/18 00:38:20 Modified:perl-framework/Apache-Test Changes Log: log the recent change Revision ChangesPath 1.44 +7 -0 httpd-test/perl-framework/Apache-Test/Changes Index: Changes

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

2003-09-18 Thread stas
stas2003/09/18 00:39:35 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: looks like there are a way too many errors reported by valgrind (all outside of modperl) adding --error-limit=no allows to at least start the server Revision ChangesPath

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-09-17 Thread stas
stas2003/09/17 12:06:31 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm perl-framework/Apache-Test Changes Log: if env var APACHE_TEST_PRETEND_NO_LWP is true, Apache::Test will pretend that LWP is not available. useful for testing whether the test

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache Test.pm

2003-09-16 Thread stas
stas2003/09/16 00:38:13 Modified:perl-framework/Apache-Test/lib/Apache Test.pm Log: add a link to the tutorial per Boris Zentner's request Revision ChangesPath 1.68 +3 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm Index: Test.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2003-09-16 Thread stas
stas2003/09/16 12:44:19 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: clarify the comment Revision ChangesPath 1.173 +3 -3 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Index: TestConfig.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestHarness.pm

2003-09-12 Thread stas
stas2003/09/11 19:20:27 Modified:perl-framework/Apache-Test/lib/Apache TestHarness.pm Log: split run() into run() and get_tests() so we can re-use get_tests from TestSmoke.pm Revision ChangesPath 1.12 +13 -5 httpd-test/perl-framework/Apache-Test/lib

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2003-09-12 Thread stas
stas2003/09/11 19:21:32 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: scan_core_incremental is currently used by TestSmoke.pm, but put it here where all the scanners are (the cache lives in this package file's scope as well) Revision ChangesPath

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-09-12 Thread stas
stas2003/09/11 19:37:41 Modified:perl-framework/Apache-Test Changes Log: log the recent change Revision ChangesPath 1.42 +5 -0 httpd-test/perl-framework/Apache-Test/Changes Index: Changes

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestSmoke.pm

2003-09-12 Thread stas
stas2003/09/11 19:47:41 Modified:perl-framework/Apache-Test/lib/Apache TestSmoke.pm Log: make sure that the server is killed if interrupted in the middle Revision ChangesPath 1.23 +7 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestSmoke.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2003-09-11 Thread stas
stas2003/09/10 18:39:47 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: help users to figure out how the file was autogenerated in case there is a template they can look at. Revision ChangesPath 1.172 +40 -16 httpd-test/perl-framework

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-07-29 Thread stas
stas2003/07/29 08:19:24 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm TestConfigPerl.pm perl-framework/Apache-Test Changes Log: when moving test-specific config directives from __DATA__ to httpd.conf don't use hash

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-07-29 Thread stas
stas2003/07/29 08:20:07 Modified:perl-framework/Apache-Test Changes Log: comment correction Revision ChangesPath 1.34 +3 -3 httpd-test/perl-framework/Apache-Test/Changes Index: Changes

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-07-22 Thread stas
stas2003/07/22 04:05:21 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm perl-framework/Apache-Test Changes Log: when the tests are run in the 'root' mode, check whether the DocumentRoot is rwx before the tests are run and suggest possible workarounds

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2003-07-22 Thread stas
stas2003/07/22 04:06:18 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: now it's possible to move the whole distro to a new dir and there is no need to run t/TEST -conf to make it update the new top-dir Revision ChangesPath 1.112 +3 -0

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2003-07-22 Thread stas
stas2003/07/22 04:21:37 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: document the pre_configure() method Revision ChangesPath 1.113 +47 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-07-18 Thread stas
stas2003/07/18 00:58:31 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: expand the docs on OPTIONS Submitted by: David Wheeler [EMAIL PROTECTED] Revision ChangesPath 1.83 +9 -1 httpd-test/perl-framework/Apache-Test/lib/Apache

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestMM.pm

2003-07-18 Thread stas
stas2003/07/18 11:50:34 Modified:perl-framework/Apache-Test/lib/Apache TestMM.pm Log: improve the doc Submitted by: David Wheeler [EMAIL PROTECTED] Revision ChangesPath 1.29 +21 -19 httpd-test/perl-framework/Apache-Test/lib/Apache/TestMM.pm Index

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-07-08 Thread stas
stas2003/07/08 00:28:28 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: Change the way the redirect_ok parameter works so that it affects only _that call_ to the function. Afterward it should revert to the old value of $RedirectOK. Change user_agent

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-07-08 Thread stas
stas2003/07/08 00:29:48 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: UPLOAD is now auto-exported, like the rest Submitted by: David Wheeler [EMAIL PROTECTED] Reviewed by: stas Revision ChangesPath 1.80 +1 -1 httpd-test/perl

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm

2003-07-08 Thread stas
stas2003/07/08 00:56:24 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: Apache::TestRequest API documenation Submitted by: David Wheeler [EMAIL PROTECTED] Reviewed by: stas Revision ChangesPath 1.81 +372 -0 httpd-test/perl-framework

cvs commit: httpd-test/perl-framework/Apache-Test Changes

2003-07-08 Thread stas
stas2003/07/08 00:57:03 Modified:perl-framework/Apache-Test/lib/Apache Test.pm perl-framework/Apache-Test Changes Log: log David Wheeler's recent patches Revision ChangesPath 1.64 +9 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm

cvs commit: httpd-test/perl-framework/Apache-Test .cvsignore

2003-07-07 Thread stas
stas2003/07/06 20:04:50 Modified:perl-framework/Apache-Test .cvsignore Log: ignore files Revision ChangesPath 1.3 +1 -0 httpd-test/perl-framework/Apache-Test/.cvsignore Index: .cvsignore

<    1   2   3   >