Re: fixing an httpd test which is confused about which modules are loaded in the test conf

2009-10-21 Thread Joe Orton
On Fri, Oct 16, 2009 at 03:32:04PM -0400, Jeff Trawick wrote: .. --- Apache-Test/lib/Apache/TestConfigParse.pm (revision 822728) +++ Apache-Test/lib/Apache/TestConfigParse.pm (working copy) @@ -224,15 +224,15 @@ $name = $modname_alias{$name} if $modname_alias{$name}; -#

fixing an httpd test which is confused about which modules are loaded in the test conf

2009-10-16 Thread Jeff Trawick
The mod_info test (t/modules/info.t) asks Apache::Test::config() for a list of modules. It then expects each of those modules to be reported by mod_info. But some of those modules are not actually loaded because of modules which are skipped by TestConfigParse.pm #XXX mod_jk requires