[svk-commit] r2390 - trunk/t/mirror

nobody at bestpractical.com nobody at bestpractical.com
Sat May 5 03:17:53 EDT 2007


Author: clkao
Date: Sat May  5 03:17:53 2007
New Revision: 2390

Modified:
   trunk/t/mirror/dav-authz.t

Log:
Don't run tests with apache 2.2

Modified: trunk/t/mirror/dav-authz.t
==============================================================================
--- trunk/t/mirror/dav-authz.t	(original)
+++ trunk/t/mirror/dav-authz.t	Sat May  5 03:17:53 2007
@@ -41,7 +41,12 @@
       t_dir => $apache_root,
       apxs => $apxs,
  )->httpd_config;
+
+plan skip_all => "apache 2.2 changed auth directives."
+    if $cfg->server->{version} =~ m|Apache/2\.2|;
+
 unless ($cfg->can('find_and_load_module') and
+	$cfg->find_and_load_module ('mod_auth_basic.so') and
 	$cfg->find_and_load_module ('mod_dav.so') and
 	$cfg->find_and_load_module ('mod_dav_svn.so') and
         $cfg->find_and_load_module ('mod_authz_svn.so')) {


More information about the svk-commit mailing list