Author: pgollucci
Date: Sat Aug 26 00:30:20 2006
New Revision: 437110
URL: http://svn.apache.org/viewvc?rev=437110&view=rev
Log:
allow the mp1 suite to run by IfDefine ing out the mp2 speific stuff
Apache::Test adds all conf to the generated httpd.conf
Modified:
perl/Apache-SizeLimit/trunk/t/response/TestApache2/deprecated.pm
Modified: perl/Apache-SizeLimit/trunk/t/response/TestApache2/deprecated.pm
URL:
http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/t/response/TestApache2/deprecated.pm?rev=437110&r1=437109&r2=437110&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/t/response/TestApache2/deprecated.pm (original)
+++ perl/Apache-SizeLimit/trunk/t/response/TestApache2/deprecated.pm Sat Aug 26
00:30:20 2006
@@ -33,9 +33,11 @@
__DATA__
<NoAutoConfig>
- <Location /TestApache2__deprecated>
- PerlOptions +GlobalRequest
- SetHandler modperl
- PerlResponseHandler TestApache2::deprecated
- </Location>
+ <IfDefine !APACHE1>
+ <Location /TestApache2__deprecated>
+ PerlOptions +GlobalRequest
+ SetHandler modperl
+ PerlResponseHandler TestApache2::deprecated
+ </Location>
+ </IfDefine>
</NoAutoConfig>