Jim Martinez wrote:
[...]
http://perl.apache.org/docs/general/testing/testing.html#Developing_Response_only_Part_of_a_Test

In my instance, I'm creating both the handler module and the testing
module and would like Apache::Test to take care of the handler
configuration sections in httpd.conf for me.

Is this autogeneration courtesy limited to t/response directory?

That's correct, Jim.

In the mod perl test suite I find some examples of handler modules not in
the t/response directory that might have autogenerated httpd.conf
sections.

For example t/filter/TestFilter/out_str_lc.pm

Yeah, those are special hardcoded cases, which we've planned to eradicate long ago, but it's not simple.


Why not put your handler part of the module under t/response like all others do?


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Reply via email to