Author: jkaluza
Date: Wed Jul 17 09:03:37 2013
New Revision: 1504060
URL: http://svn.apache.org/r1504060
Log:
Skip access2.t/access2_24.t in case we build with httpd-2.4/httpd-2.2
Modified:
perl/modperl/branches/httpd24/t/api/access2.t
perl/modperl/branches/httpd24/t/api/access2_24.t
Modified: perl/modperl/branches/httpd24/t/api/access2.t
URL:
http://svn.apache.org/viewvc/perl/modperl/branches/httpd24/t/api/access2.t?rev=1504060&r1=1504059&r2=1504060&view=diff
==============================================================================
--- perl/modperl/branches/httpd24/t/api/access2.t (original)
+++ perl/modperl/branches/httpd24/t/api/access2.t Wed Jul 17 09:03:37 2013
@@ -30,5 +30,8 @@ ok POST_OK $location, username => 'bar',
content => "a";
}
+else {
+plan tests => 1, need {"mod_perl is not compiled with httpd-2.2" => 0};
+}
Modified: perl/modperl/branches/httpd24/t/api/access2_24.t
URL:
http://svn.apache.org/viewvc/perl/modperl/branches/httpd24/t/api/access2_24.t?rev=1504060&r1=1504059&r2=1504060&view=diff
==============================================================================
--- perl/modperl/branches/httpd24/t/api/access2_24.t (original)
+++ perl/modperl/branches/httpd24/t/api/access2_24.t Wed Jul 17 09:03:37 2013
@@ -30,3 +30,8 @@ ok POST_OK $location, username => 'bar',
content => "a";
}
+else {
+
+plan tests => 1, need {"mod_perl is not compiled with httpd-2.4" => 0};
+
+}