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

2003-07-07 Thread stas
stas2003/07/07 11:42:30 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm perl-framework/Apache-Test Changes Log: Enable TransferLog in the autogenerated httpd.conf only if mod_log_config is available Revision ChangesPath 1.165 +4 -1

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

2003-06-19 Thread stas
stas2003/06/18 17:41:47 Modified:perl-framework/Apache-Test Changes Log: it's release time: 1.03 Revision ChangesPath 1.28 +1 -1 httpd-test/perl-framework/Apache-Test/Changes Index: Changes

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

2003-06-19 Thread stas
stas2003/06/18 17:45:31 Modified:perl-framework/Apache-Test/lib/Apache Test.pm perl-framework/Apache-Test Changes Log: start 1.04-dev cycle Revision ChangesPath 1.63 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm Index

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

2003-06-18 Thread stas
stas2003/06/17 19:57:10 Modified:perl-framework/Apache-Test Makefile.PL Changes Log: Instrumented Makefile.PL to unconditionally remove any old pre-installed occurrences of Apache/test.pm, which has been renamed to Apache/testold.pm in mod_perl 1.28 to avoid collisions

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

2003-06-18 Thread stas
stas2003/06/17 19:58:22 Modified:perl-framework/Apache-Test Makefile.PL Log: untabify Revision ChangesPath 1.10 +6 -6 httpd-test/perl-framework/Apache-Test/Makefile.PL Index: Makefile.PL

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

2003-06-18 Thread stas
stas2003/06/17 20:01:06 Modified:perl-framework/Apache-Test Makefile.PL Log: use strict; use warnings; Revision ChangesPath 1.11 +8 -6 httpd-test/perl-framework/Apache-Test/Makefile.PL Index: Makefile.PL

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

2003-06-18 Thread stas
stas2003/06/18 01:55:57 Modified:.Makefile.PL perl-framework/Apache-Test MANIFEST Makefile.PL Added: perl-framework/Apache-Test install-pl Log: - since when mod_perl is installed, Apache-Test doesn't run its install targets, we have to do

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

2003-06-06 Thread stas
stas2003/06/05 18:46:13 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestClient.pm Log: response header() method is no longer case-sensitive Revision ChangesPath 1.26 +2 -1 httpd-test/perl-framework/Apache

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

2003-06-06 Thread stas
stas2003/06/05 18:29:01 Modified:perl-framework/Apache-Test Changes perl-framework/Apache-Test/lib/Apache TestClient.pm Log: handle correctly responses with no body Revision ChangesPath 1.25 +2 -0 httpd-test/perl-framework/Apache-Test/Changes

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

2003-05-21 Thread stas
stas2003/05/20 21:02:14 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: try to avoid the race condition when the pid file was created but not yet written to (by sleeping for fractions of a second) Revision ChangesPath 1.62 +8 -0 httpd

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

2003-05-21 Thread stas
stas2003/05/20 21:26:52 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: - fix the bug in the previous commit, (lost /lib in Apache-Test/lib) - expand the relative paths when creating the script, to make it simpler to debug @INC issues Revision Changes

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

2003-05-20 Thread stas
stas2003/05/19 16:30:23 Modified:perl-framework/Apache-Test Changes MANIFEST Added: perl-framework/Apache-Test LICENSE Log: add the ASF LICENSE file to the distro Revision ChangesPath 1.22 +2 -0 httpd-test/perl-framework/Apache-Test/Changes

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

2003-05-03 Thread stas
stas2003/05/02 20:15:12 Modified:perl-framework/Apache-Test/lib/Apache Test.pm perl-framework/Apache-Test Changes Log: by mistake Apache::Test 1.01 was released with version 1.02. bump up the version, the next release will be 1.03, skipping 1.02. Thanks to Randy

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

2003-04-30 Thread stas
stas2003/04/29 17:47:49 Modified:perl-framework/Apache-Test/lib/Apache Test5005compat.pm perl-framework/Apache-Test Changes Log: set $Apache::Test5005compat::VERSION because of the bogus warnings generated by EU::MM::parse_version() when it sees

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

2003-04-29 Thread stas
stas2003/04/28 23:37:48 Modified:perl-framework/Apache-Test Makefile.PL Changes perl-framework/Apache-Test/t TEST.PL Log: a few fixes in Makefile.PL and t/TEST.PL to work with perl-5.005_03 Revision ChangesPath 1.8 +4 -2 httpd-test/perl

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

2003-04-27 Thread stas
stas2003/04/27 15:52:28 Modified:perl-framework/Apache-Test/lib/Apache TestConfigParse.pm perl-framework/Apache-Test Changes Log: when inheriting httpd.conf on some platforms SERVER_CONFIG_FILE is an absolute path, so try to use that if found. Revision

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

2003-04-24 Thread stas
stas2003/04/23 19:47:34 Modified:perl-framework/Apache-Test/lib/Apache Test.pm perl-framework/Apache-Test Changes Log: new Apache::Test function: have_apache_version - to require a specific Apache version Revision ChangesPath 1.56 +31 -3

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

2003-04-23 Thread stas
stas2003/04/22 18:58:31 Modified:perl-framework/Apache-Test/lib/Apache TestTrace.pm Log: don't want to lose 0, , s/grep \$_/grep defined(\$_)/ Revision ChangesPath 1.13 +4 -2 httpd-test/perl-framework/Apache-Test/lib/Apache/TestTrace.pm Index

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

2003-04-23 Thread stas
stas2003/04/22 19:24:17 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm TestConfigParse.pm TestConfigPerl.pm TestRun.pm TestRunPerl.pm Log: more fixes for httpd.conf pickup of modperl.so/libperl.so for mod_perl 1.x

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

2003-04-23 Thread stas
stas2003/04/22 20:29:57 Modified:perl-framework/Apache-Test/lib/Apache Test.pm Log: bump up the version to 1.0 Revision ChangesPath 1.54 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm Index: Test.pm

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

2003-04-22 Thread stas
stas2003/04/21 17:28:58 Modified:.Changes Added: perl-framework/Apache-Test Changes Log: Apache::Test now has its own Changes file (preparations for a life of its own). Moving relevant changes since mod_perl 1.99_08 to the Apache::Test changes log file

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

2003-04-22 Thread stas
stas2003/04/21 17:30:18 Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm perl-framework/Apache-Test Changes Log: Apache::TestUtil API change: write_perl_script = t_write_perl_script write_shell_script = t_write_shell_script chown

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

2003-04-22 Thread stas
stas2003/04/21 17:49:45 Modified:perl-framework/Apache-Test Changes Log: log recent changes Revision ChangesPath 1.3 +11 -0 httpd-test/perl-framework/Apache-Test/Changes Index: Changes

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

2003-04-22 Thread stas
stas2003/04/21 22:21:51 Modified:perl-framework/Apache-Test Makefile.PL Log: add a dist target Revision ChangesPath 1.5 +3 -0 httpd-test/perl-framework/Apache-Test/Makefile.PL Index: Makefile.PL

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

2003-04-22 Thread stas
stas2003/04/21 22:22:11 Modified:perl-framework/Apache-Test MANIFEST Log: bring MANIFEST up-to-date Revision ChangesPath 1.5 +25 -7 httpd-test/perl-framework/Apache-Test/MANIFEST Index: MANIFEST

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

2003-04-22 Thread stas
stas2003/04/22 01:09:47 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: define a new constant IS_MOD_PERL_2_BUILD so we can use it elsewhere Revision ChangesPath 1.153 +5 -5 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm

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

2003-04-22 Thread stas
stas2003/04/22 01:11:23 Modified:perl-framework/Apache-Test/lib/Apache TestRunPerl.pm perl-framework/Apache-Test Changes Log: skip the mod_perl.so pickup from the system-wide file only for mod_perl 2.0's 'make test' Revision ChangesPath 1.11 +5

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

2003-04-16 Thread stas
stas2003/04/15 21:53:19 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: indentation improvements for autogenerated parts of VirtualHost entries Revision ChangesPath 1.151 +5 -3 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm

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

2003-04-14 Thread stas
stas2003/04/13 23:34:09 Modified:perl-framework/Apache-Test/lib/Apache TestConfigParse.pm Log: mod_casp2.so requires other settings in addition to LoadModule, so we can't just copy it from the global file Revision ChangesPath 1.31 +2 -1 httpd-test/perl

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

2003-03-28 Thread stas
stas2003/03/27 20:50:13 Modified:perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm Log: a minor fix and more problems to resolve Revision ChangesPath 1.68 +6 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigPerl.pm Index

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

2003-03-27 Thread stas
stas2003/03/26 23:57:06 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm TestMM.pm TestReport.pm TestRun.pm TestSmoke.pm Log: add a function that will return the string 'use Apache2;\n for inclusion in autogenerated scripts if Apache::Test

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

2003-03-26 Thread stas
stas2003/03/25 22:11:56 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: change filter_args to accept arguments which aren't only key/value pairs, but also tokens like 'FOO=1' Revision ChangesPath 1.147 +11 -5 httpd-test/perl-framework

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

2003-03-26 Thread stas
stas2003/03/25 22:19:36 Modified:perl-framework/Apache-Test Makefile.PL Log: filter Makefile.PL for interesting to TestMM args Revision ChangesPath 1.4 +2 -0 httpd-test/perl-framework/Apache-Test/Makefile.PL Index: Makefile.PL

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

2003-03-26 Thread stas
stas2003/03/25 23:11:34 Modified:perl-framework/Apache-Test/lib/Apache TestMM.pm TestRun.pm Log: tidy up, no content change ;) Revision ChangesPath 1.22 +4 -4 httpd-test/perl-framework/Apache-Test/lib/Apache/TestMM.pm Index: TestMM.pm

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

2003-03-24 Thread stas
stas2003/03/23 23:12:16 Modified:perl-framework/Apache-Test/lib/Apache Test.pm Log: load the modules which might not be loaded yet: - Apache::RequestIO for Apache::RequestRec::TIEHANDLE - Apache::RequestRec for $r-pool Revision ChangesPath 1.52 +3 -0

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

2003-02-03 Thread stas
stas2003/02/02 22:27:39 Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: add another convenience function: t_append_file Revision ChangesPath 1.28 +42 -7 httpd-test/perl-framework/Apache-Test/lib/Apache/TestUtil.pm Index: TestUtil.pm

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

2003-02-03 Thread stas
stas2003/02/02 18:18:32 Modified:perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm Log: separate the noautoconfig section with a newline from the next section Revision ChangesPath 1.65 +4 -1 httpd-test/perl-framework/Apache-Test/lib/Apache

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

2003-02-01 Thread stas
stas2003/01/31 23:13:22 Modified:perl-framework/Apache-Test/lib/Apache TestSmoke.pm Log: a few pod fixes from Rob Nagler Revision ChangesPath 1.17 +2 -2 httpd-test/perl-framework/Apache-Test/lib/Apache/TestSmoke.pm Index: TestSmoke.pm

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

2003-01-31 Thread stas
stas2003/01/30 16:53:45 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: # handle the cases when the test suite is run under 'root': # # 1. When user 'bar' is chosen to run Apache with, files and dirs #created by 'root' might be not writable/readable

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

2003-01-27 Thread stas
stas2003/01/27 01:09:54 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: die if we can't figure out what the servername to use (usually happens when someone doesn't have the 127.0.0.1 localhost entry in /etc/hosts) Revision ChangesPath 1.145 +2

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

2003-01-24 Thread stas
stas2003/01/23 22:59:49 Modified:perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: vefiry that $hostport is defined before doing operations on it and die with a useful error message otherwise Revision ChangesPath 1.74 +3 -0 httpd-test/perl

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

2003-01-23 Thread stas
stas2003/01/22 20:06:38 Modified:.Changes perl-framework/Apache-Test/lib/Apache TestConfigParse.pm TestRunPerl.pm Log: - s/should_load_module/should_skip_module/ to be consistent with a new method and the skip_modules hash - add

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

2003-01-22 Thread stas
stas2003/01/21 22:52:44 Modified:perl-framework/Apache-Test/lib/Apache Test.pm Log: add another shortcut test: have_threads, to test for having threads enabled, both in perl and apache Revision ChangesPath 1.50 +23 -1 httpd-test/perl-framework/Apache-Test

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

2003-01-22 Thread stas
stas2003/01/21 22:58:54 Modified:perl-framework/Apache-Test/lib/Apache Test.pm Log: under_construction: Another convenience shortcut to skip the test with the reason: This test is under construction Revision ChangesPath 1.51 +6 -2 httpd-test/perl

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

2003-01-21 Thread stas
stas2003/01/20 21:54:51 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: support the valgrind leak detector Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: stas Revision ChangesPath 1.61 +25 -3 httpd-test/perl

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

2003-01-20 Thread stas
stas2003/01/19 21:43:56 Modified:perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm Log: - preparation for the new special (non-apache) tag o remove only leading indent, not all spaces o allow caseinsensitive special tags Revision ChangesPath 1.62 +13

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

2003-01-20 Thread stas
stas2003/01/19 23:48:07 Modified:perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm Log: refactor the code that parses and rewrites the config sections, to use recursive functions. the benefit is that base sections are now parsed as well and a lot of clutter was removed

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

2003-01-20 Thread stas
stas2003/01/19 23:54:38 Modified:perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm Log: Apache::Test: Support NoAutoConfig /NoAutoConfig blocks in .pm files, so we can have a full manual control over generated config sections. These sections are fully parsed

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

2003-01-16 Thread stas
stas2003/01/15 18:39:13 Modified:perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm Log: implement a more robust autogenerated client .t test in Apache::TestConfigPerl. Before this fix if the server side returned 500, the test would get skipped, not good. Now

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

2002-12-13 Thread stas
stas2002/12/12 17:53:45 Modified:perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm Log: fix indentation Revision ChangesPath 1.57 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigPerl.pm Index: TestConfigPerl.pm

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

2002-12-13 Thread stas
stas2002/12/13 02:04:28 Modified:perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm Log: This patch allows us to sort configuration sections in any order we want: # a simple numerical order is performed and configuration sections are # inserted using that order

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

2002-12-12 Thread stas
stas2002/12/12 02:10:19 Modified:perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm TestRunPerl.pm Log: add the extra subdirs of t/response earlier to @INC, so if modperl is started earlier than usual (e.g., because of perlloadmodule) the modules

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

2002-12-11 Thread stas
stas2002/12/11 09:26:07 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: ensure that a core file is a file, before complaining Submitted by: Philippe M. Chiasson [EMAIL PROTECTED] Reviewed by: stas Revision ChangesPath 1.97 +2 -0 httpd

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

2002-12-03 Thread stas
stas2002/12/03 07:28:52 Modified:.Changes t/response/TestDirective perlrequire.pm perlmodule.pm perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm Log: - fix the Apache::TestConfigPerl's run_apache_test_config() function where test

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

2002-12-02 Thread stas
stas2002/12/02 09:10:25 Modified:.Changes perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: revert the last change (and go to sleep already). The code was doing the right thing already. the problem is with the base directory, looks like some

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

2002-12-02 Thread stas
stas2002/12/02 08:11:48 Modified:.Changes perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: Extend Apache::Test to allow extra configuration files to be included at the very end of httpd.conf, when everything was loaded and configured

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

2002-08-14 Thread stas
stas2002/08/13 19:31:12 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: apxs post-2.0.40 adds a new line, so we strip it Revision ChangesPath 1.141 +1 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Index

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

2002-07-01 Thread stas
stas2002/07/01 01:11:50 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: since currently the non-COLOR mode is the default and mostly used by interactive start-ups, return the indication of waiting by simply printing . per sec we waited. this shouldn't

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

2002-05-10 Thread stas
stas02/05/10 09:48:28 Modified:perl-framework/Apache-Test/lib/Apache TestSmoke.pm Log: winFU doesn't like : in the filenames Submitted by: Alessandro Forghieri [EMAIL PROTECTED] Revision ChangesPath 1.13 +1 -0 httpd-test/perl-framework/Apache-Test/lib

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

2002-04-12 Thread stas
stas02/04/11 20:14:53 Modified:perl-framework/Apache-Test/lib/Apache TestSmoke.pm Log: - reduce the default iterations run to 10 (50 was a way too much) - generalize the sep/banner code (which also removes pod like ^= problem) Revision ChangesPath 1.12 +23 -7

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

2002-04-11 Thread stas
stas02/04/11 08:02:26 Modified:perl-framework/Apache-Test/lib/Apache TestSmoke.pm Log: - improved the generated smoke report Revision ChangesPath 1.10 +45 -15 httpd-test/perl-framework/Apache-Test/lib/Apache/TestSmoke.pm Index: TestSmoke.pm

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

2002-04-09 Thread stas
stas02/04/08 21:07:42 Modified:perl-framework/Apache-Test/lib/Apache TestReportPerl.pm TestReport.pm Log: - report the datetime the report was generated and the executable creating it - use @@ instead of [] for placeholders Revision Changes

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

2002-04-09 Thread stas
stas02/04/09 00:38:57 Modified:perl-framework/Apache-Test/lib/Apache TestMM.pm Log: force the aliasing of MY:: functions so they will affect the WriteMakefile in subdirs as well. (must do the forcing because MakeMaker moves the aliases elsewhere on each invocation

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

2002-04-09 Thread stas
stas02/04/09 02:51:07 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: in case of t/TEST committing suicide via kill, first scan for core files left by the failed to start server. Revision ChangesPath 1.58 +1 -0 httpd-test/perl-framework

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

2002-03-26 Thread stas
stas02/03/26 09:38:54 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm TestRun.pm Log: create t/conf as early as possible to avoid problems with code that relies on this directory to exist Revision ChangesPath 1.124 +6 -3

cvs commit: httpd-test/perl-framework STATUS

2002-03-09 Thread stas
stas02/03/08 21:22:48 Modified:perl-framework STATUS Log: log the issue with -d perldb Revision ChangesPath 1.5 +6 -1 httpd-test/perl-framework/STATUS Index: STATUS === RCS file

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

2002-03-07 Thread stas
stas02/03/06 21:20:18 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: - add a command line interface for changing tracing level Revision ChangesPath 1.86 +14 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm Index

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

2002-02-05 Thread stas
stas02/02/05 05:25:18 Modified:perl-framework/t/modules autoindex2.t Log: - add the missing mod_autoindex requirement Revision ChangesPath 1.2 +1 -1 httpd-test/perl-framework/t/modules/autoindex2.t Index: autoindex2.t

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

2002-02-05 Thread stas
stas02/02/05 07:03:20 Modified:perl-framework/t/modules autoindex2.t Log: - the auth-required sub-dir shouldn't show up in the mod_autoindex's listing Revision ChangesPath 1.3 +1 -1 httpd-test/perl-framework/t/modules/autoindex2.t Index: autoindex2

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

2002-01-31 Thread stas
stas02/01/31 04:48:57 Modified:perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm Log: 1. while processing __DATA__ sections in tests files, if by mistake (or by design) a single directive is passed $rest is undef, and if pushed to @args as is, we get: Attempt

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

2002-01-21 Thread stas
stas02/01/20 18:13:55 Modified:perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm Log: - allow comments in __DATA__ config sections and preserve them while copying data to the config file Revision ChangesPath 1.45 +5 -0 httpd-test/perl-framework

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

2002-01-16 Thread stas
stas02/01/16 09:05:20 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: - preserve word word1-like tokens in ARGV when restarting the test suite for setting ulimit Revision ChangesPath 1.85 +3 -1 httpd-test/perl-framework/Apache-Test/lib

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

2002-01-14 Thread stas
stas02/01/13 22:44:10 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm TestConfigParse.pm TestConfigPerl.pm TestServer.pm Log: - use Apache::TestTrace for tracing, instead of defining and using local tracing functions. Revision Changes

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

2002-01-10 Thread stas
stas02/01/10 15:50:55 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: Don't include the httpd.conf file if httpd.conf.in exists Submitted by: Rick Myers [EMAIL PROTECTED] Reviewed by: stas Revision ChangesPath 1.120 +1 -0 httpd-test

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

2002-01-06 Thread stas
stas02/01/05 22:11:57 Modified:src/docs/2.0/devel/testing testing.pod perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: - document the regex functionality of t_cmp - show examples in the user documentation Revision ChangesPath 1.4 +16 -1

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

2002-01-06 Thread stas
stas02/01/05 22:20:29 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: style fix (elsif with no following else) Revision ChangesPath 1.50 +3 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/TestServer.pm Index: TestServer.pm

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

2002-01-06 Thread stas
stas02/01/05 22:55:57 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: - use exec() to call itself for setting ulimit (this solves the lost status problem). - direct all exit() calls in PerlRun.pm into one place, for two reasons: + Enable easier debug

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

2002-01-06 Thread stas
stas02/01/05 23:08:05 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: - run the END block only in the parent. (so we won't get the core_scan happening both in the parent and the forked child processes) Revision ChangesPath 1.82 +3 -1 httpd

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

2002-01-06 Thread stas
stas02/01/05 23:30:31 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: - no need to report the failure at the CHLD sig stage, there should be only one report which happens at the end, when the return status is collected Revision ChangesPath 1.51

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

2002-01-04 Thread stas
stas02/01/03 21:06:20 Modified:perl-framework/Apache-Test/lib/Apache TestServer.pm Log: - removing unused variables Revision ChangesPath 1.49 +0 -2 httpd-test/perl-framework/Apache-Test/lib/Apache/TestServer.pm Index: TestServer.pm

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

2001-12-31 Thread stas
stas01/12/30 22:16:07 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: - s/scan/scan_core/ for consistency with warn_core - don't complain aloud when a core file from an earlier tests run is found Revision ChangesPath 1.77 +18 -6 httpd-test

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

2001-12-31 Thread stas
stas01/12/30 22:18:52 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: s/error/info/ warnings level when an old core file is found at the startup (because it's *not* an error for the current test) Revision ChangesPath 1.78 +1 -1 httpd-test

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

2001-12-31 Thread stas
stas01/12/31 00:38:05 Modified:perl-framework/Apache-Test/lib/Apache TestSmoke.pm Log: - doc fix Revision ChangesPath 1.6 +4 -4 httpd-test/perl-framework/Apache-Test/lib/Apache/TestSmoke.pm Index: TestSmoke.pm

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

2001-12-27 Thread stas
stas01/12/27 03:19:43 Modified:perl-framework/Apache-Test README Log: moving writing_tests.pod to testing.pod, since now the doc is covering more than just writing tests. Revision ChangesPath 1.22 +6 -6 httpd-test/perl-framework/Apache-Test/README

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

2001-12-26 Thread stas
stas01/12/26 04:21:48 Modified:perl-framework/Apache-Test README Log: - adjust the location of the document writing_tests.pod, as it was changed Revision ChangesPath 1.21 +2 -3 httpd-test/perl-framework/Apache-Test/README Index: README

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

2001-12-24 Thread stas
stas01/12/23 21:46:51 Modified:perl-framework/Apache-Test/lib/Apache Test.pm Log: - improve skip_unless docs Revision ChangesPath 1.42 +6 -5 httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm Index: Test.pm

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

2001-12-24 Thread stas
stas01/12/24 11:17:48 Modified:perl-framework/Apache-Test/lib/Apache TestSmoke.pm Log: change the order of modules loading to avoid inter-dependency problem Revision ChangesPath 1.5 +28 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/TestSmoke.pm

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

2001-12-23 Thread stas
stas01/12/23 08:16:25 Modified:perl-framework/Apache-Test/lib/Apache TestMM.pm Log: - use 'info' level for script auto-generation notices... Revision ChangesPath 1.15 +2 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestMM.pm Index: TestMM.pm

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

2001-12-21 Thread stas
stas01/12/21 03:27:22 Modified:perl-framework/Apache-Test README Log: - hints on using Apache::TestSmoke Revision ChangesPath 1.20 +12 -0 httpd-test/perl-framework/Apache-Test/README Index: README

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

2001-12-21 Thread stas
stas01/12/21 03:38:20 Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: - documentation nit Revision ChangesPath 1.23 +4 -3 httpd-test/perl-framework/Apache-Test/lib/Apache/TestUtil.pm Index: TestUtil.pm

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

2001-12-20 Thread stas
stas01/12/20 01:39:28 Modified:perl-framework/Apache-Test/lib/Apache TestUtil.pm Log: - handle undef's in t_debug Revision ChangesPath 1.21 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestUtil.pm Index: TestUtil.pm

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

2001-12-11 Thread stas
stas01/12/10 21:08:13 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: - add as_string config method, ala ModPerl::Config::as_string Revision ChangesPath 1.94 +23 -0 httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm Index

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

2001-12-11 Thread stas
stas01/12/10 21:12:29 Added: perl-framework/Apache-Test/lib/Apache TestSmokePerl.pm Log: - a new subclass of Apache::TestSmoke - override build_config_as_string to fetch also mod_perl config Revision ChangesPath 1.1 httpd-test/perl-framework

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

2001-12-07 Thread stas
stas01/12/06 18:34:53 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm Log: @INC fixup: make sure that the dev ./Apache-Test/lib will be first, followed by dev ./lib, followed by ./blib and finally core Perl libs. Revision ChangesPath 1.91 +6 -1

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

2001-10-20 Thread stas
stas01/10/20 03:35:33 Modified:perl-framework/Apache-Test/lib/Apache Test.pm Log: - document the API that wasn't documented yet - adjust the existing docs to reflect reality Revision ChangesPath 1.27 +53 -13httpd-test/perl-framework/Apache-Test/lib/Apache

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

2001-10-20 Thread Stas Bekman
methods in this module? Or is it ok, since it's not exported? _ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED

<    1   2   3