You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by co...@apache.org on 2005/09/29 14:22:10 UTC

svn commit: r292424 - /httpd/test/trunk/perl-framework/t/modules/cache.t

Author: colm
Date: Thu Sep 29 05:22:06 2005
New Revision: 292424

URL: http://svn.apache.org/viewcvs?rev=292424&view=rev
Log:
The mod_cache + mod_dir fixes are now in th 2.2.x branch, run the cache.t test
>= 2.1.9

Modified:
    httpd/test/trunk/perl-framework/t/modules/cache.t

Modified: httpd/test/trunk/perl-framework/t/modules/cache.t
URL: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/t/modules/cache.t?rev=292424&r1=292423&r2=292424&view=diff
==============================================================================
--- httpd/test/trunk/perl-framework/t/modules/cache.t (original)
+++ httpd/test/trunk/perl-framework/t/modules/cache.t Thu Sep 29 05:22:06 2005
@@ -6,7 +6,7 @@
 use Apache::TestUtil;
 use Apache::TestConfig ();
 
-plan tests => 3, need 'cache', 'disk_cache', need_min_apache_version('2.3.0');
+plan tests => 3, need 'cache', 'disk_cache', need_min_apache_version('2.1.9');
 
 Apache::TestRequest::module('mod_cache');