You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2007/11/02 17:48:44 UTC

svn commit: r591395 - /httpd/test/trunk/perl-framework/t/ssl/pr43738.t

Author: jorton
Date: Fri Nov  2 09:48:37 2007
New Revision: 591395

URL: http://svn.apache.org/viewvc?rev=591395&view=rev
Log:
- unmark as TODO; works for trunk

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

Modified: httpd/test/trunk/perl-framework/t/ssl/pr43738.t
URL: http://svn.apache.org/viewvc/httpd/test/trunk/perl-framework/t/ssl/pr43738.t?rev=591395&r1=591394&r2=591395&view=diff
==============================================================================
--- httpd/test/trunk/perl-framework/t/ssl/pr43738.t (original)
+++ httpd/test/trunk/perl-framework/t/ssl/pr43738.t Fri Nov  2 09:48:37 2007
@@ -5,8 +5,8 @@
 use Apache::TestRequest;
 use Apache::TestUtil;
 
-plan tests => 4, todo => [2, 4],
-    need 'ssl', need_module 'actions', need_min_apache_version('2.0');
+plan tests => 4, 
+    need 'ssl', need_module 'actions', need_min_apache_version('2.3');
 
 Apache::TestRequest::user_agent_keepalive(1);
 Apache::TestRequest::scheme('https');