Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: ModPerl-cvs

svn commit: r1504060 - in /perl/modperl/branches/httpd24/t/api: access2.t access2_24.t

 

 

ModPerl modperl-cvs RSS feed   Index | Next | Previous | View Threaded


jkaluza at apache

Jul 17, 2013, 2:03 AM

Post #1 of 1 (56 views)
Permalink
svn commit: r1504060 - in /perl/modperl/branches/httpd24/t/api: access2.t access2_24.t

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};
+
+}

ModPerl modperl-cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.