Log of /perl/Apache-Test/trunk/README
Parent Directory
|
Revision Log
Revision
99658 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 30 05:03:36 2003 UTC
(6 years, 6 months ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/README
File length: 5169 byte(s)
Diff to
previous 99506
(
colored)
new configuration option: -libmodperl [path/to/]mod_perl.so (so one
can build several DSO objects, rename them, so several builds can
co-exist under the same LIBEXECDIR and test them all. Mainly useful
for testing 3rd party modules, with different mod_perl DSO builds.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
91542 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 18 02:44:36 2001 UTC
(8 years, 1 month ago)
by
stas
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/README
File length: 3128 byte(s)
Diff to
previous 91519
(
colored)
- enforce the leading --? for config options in ARGV
- split the remaining ARGV after Getopts into Apache::TestRequest,
Apache::TestConfig and tests groups
- pospone the -e test for test dirs and files until after autogenerated .t
are created
- update docs
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
91519 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 17 01:30:40 2001 UTC
(8 years, 1 month ago)
by
dougm
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/README
File length: 3022 byte(s)
Diff to
previous 91330
(
colored)
backing out the set of --? enforcing patches due to breaking of:
is not proxying requests:
t/TEST -proxy
args meant for Apache::TestRequest are dropped on the floor:
t/TEST -post /foo content one=1 (-content was not working either)
t/TEST -get /foo username x password y (nor -username or -password)
runs all tests rather than just the specified one:
t/TEST -httpd ~/foo/httpd t/foo/bar.t
also was using @ARGV instead of @$argv that is passed into
Apache::PerlRun->getopts (hmm, maybe this is what broke things, but i've
already spent too much time fighting these problems, just need things to
work right now)
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
90313 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 18 05:12:21 2001 UTC
(8 years, 3 months ago)
by
dougm
Original Path:
httpd/test/trunk/perl-framework/Apache-Test/README
File length: 2426 byte(s)
Diff to
previous 90263
(
colored)
"t/TEST -proxy" will run all tests through mod_proxy on the localhost
"t/TEST -proxy hostname:xxxx" will run all tests through any proxy
add mechanism for allocating <VirtualHost _default_:mod_foo> ports
add ability to throw away cached server config and start fresh
in the middle of t/TEST
PR:
Obtained from:
Submitted by:
Reviewed by:
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.