stas 2003/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 Changes Path
1.31 +2 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm
Index: TestConfigParse.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- TestConfigParse.pm 26 Jan 2003 03:14:04 -0000 1.30
+++ TestConfigParse.pm 14 Apr 2003 06:34:08 -0000 1.31
@@ -86,7 +86,8 @@
#XXX mod_jk requires JkWorkerFile or JkWorker to be configured
#skip it for now, tomcat has its own test suite anyhow.
-my %skip_modules = map { $_, 1 } qw(mod_jk.c);
+#XXX: mod_casp2.so requires other settings in addition to LoadModule
+my %skip_modules = map { $_, 1 } qw(mod_jk.c mod_casp2.c);
# add modules to be not inherited from the existing config.
# e.g. prevent from LoadModule perl_module to be included twice, when