Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@www.apache.org Received: (qmail 43067 invoked from network); 16 Feb 2005 10:55:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Feb 2005 10:55:41 -0000 Received: (qmail 91828 invoked by uid 500); 16 Feb 2005 10:55:40 -0000 Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 91789 invoked by uid 500); 16 Feb 2005 10:55:40 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 91765 invoked by uid 99); 16 Feb 2005 10:55:39 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 16 Feb 2005 02:55:39 -0800 Received: (qmail 43009 invoked by uid 65534); 16 Feb 2005 10:55:38 -0000 Message-ID: <20050216105538.43006.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Wed, 16 Feb 2005 10:55:38 -0000 Subject: svn commit: r154014 - httpd/test/trunk/perl-framework/t/ssl/extlookup.t To: test-cvs@httpd.apache.org From: jorton@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: jorton Date: Wed Feb 16 02:55:36 2005 New Revision: 154014 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D154014 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/ex= tlookup.t?view=3Ddiff&r1=3D154013&r2=3D154014 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- 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 2= 005 @@ -5,7 +5,7 @@ use Apache::TestRequest; use Apache::TestUtil; =20 -plan tests =3D> 2, need_module 'test_ssl', need_min_apache_version(2.1); +plan tests =3D> 2, need 'test_ssl', need_min_apache_version(2.1); =20 Apache::TestRequest::scheme("https"); =20