Re: [RELEASE CANDIDATE] Apache-Test-1.12

2004-06-28 Thread David Wheeler
On Jun 27, 2004, at 1:21 PM, Stas Bekman wrote: Heh, sorry. Should have been easily do-able with patch -p1, though. Ah, right, too many flags to remember :) it's easier when all patches are in the same format :) Yeah, -p is the only one I actually know, since I often get patches generated from

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

2004-06-28 Thread Geoffrey Young
Stas Bekman wrote: [EMAIL PROTECTED] wrote: stas2004/06/27 11:46:03 Modified:perl-framework/Apache-Test/lib/Apache TestReportPerl.pm perl-framework/Apache-Test Changes Log: Force projects that use Apache::TestReportPerl to implement report_to() if

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

2004-06-28 Thread David Wheeler
On Jun 28, 2004, at 6:14 AM, Geoffrey Young wrote: that's ok - I have rerolled a new candidate with these changes incorporated for you to test ;) if all looks good to you I'll release. All tests pass for me. I don't know if this was intentional, but the new tests I introduced last week aren't

Re: A::T - Running tests against multiple servers

2004-06-28 Thread William McKee
On Fri, Jun 25, 2004 at 01:39:50PM +0300, Stas Bekman wrote: You can do that easily: 1) start the server: t/TEST -start 2) start as many clients as you want (e.g. 3 clients): t/TEST -run [tests] t/TEST -run [tests] t/TEST -run [tests] Thanks Stas! I was finally able to get my

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

2004-06-28 Thread Stas Bekman
David Wheeler wrote: On Jun 28, 2004, at 6:14 AM, Geoffrey Young wrote: that's ok - I have rerolled a new candidate with these changes incorporated for you to test ;) if all looks good to you I'll release. All tests pass for me. I don't know if this was intentional, but the new tests I

[ANNOUNCE] Apache-Test-1.12

2004-06-28 Thread Geoffrey Young
The URL http://perl.apache.org/~geoff/Apache-Test-1.12.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-Test-1.12.tar.gz size: 120719 bytes md5: 1db40538fd85be3544de8614552c385d --Geoff Changes since 1.11: Force projects that use Apache::TestReportPerl to

ANNOUNCE: MasonX::Interp::WithCallbacks

2004-06-28 Thread David Wheeler
Hi All, I'm pleased to announce the release of MasonX::Interp::WithCallbacks 1.12. The only major change over version 1.11 is the conversion of the build process from ExtUtils::MakeMaker to Module::Build, using the newly released Apache::TestMB to integrate with Apache::Test. This is the first

[Patch] add TEST_EXTRA_ARGS to allow passing arguments to t/TEST thru make invocation

2004-06-28 Thread Philippe M. Chiasson
I am working on an Apache::Test based test framework, and being able to pass extra conditionnal arguments to t/TEST thru make test would be very much usefull. Since right now, you can only turn verbose on or off. $ make test TEST_EXTRA_ARGS=-port 8899 -debug=gdb For instance. Otherwise, I end up