Author: jorton
Date: Wed Feb 16 02:55:36 2005
New Revision: 154014

URL: http://svn.apache.org/viewcvs?view=rev&rev=154014
Log:
Fix to correctly skip tests with 2.0.x.

Modified:
    httpd/test/trunk/perl-framework/t/ssl/extlookup.t

Modified: httpd/test/trunk/perl-framework/t/ssl/extlookup.t
URL: 
http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/t/ssl/extlookup.t?view=diff&r1=154013&r2=154014
==============================================================================
--- httpd/test/trunk/perl-framework/t/ssl/extlookup.t (original)
+++ httpd/test/trunk/perl-framework/t/ssl/extlookup.t Wed Feb 16 02:55:36 2005
@@ -5,7 +5,7 @@
 use Apache::TestRequest;
 use Apache::TestUtil;
 
-plan tests => 2, need_module 'test_ssl', need_min_apache_version(2.1);
+plan tests => 2, need 'test_ssl', need_min_apache_version(2.1);
 
 Apache::TestRequest::scheme("https");
 


Reply via email to