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

nobody at bestpractical.com nobody at bestpractical.com
Sat May 5 03:18:23 EDT 2007


Author: clkao
Date: Sat May  5 03:18:23 2007
New Revision: 2391

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

Log:
Don't need auth_basic.

Modified: trunk/t/mirror/dav-authz.t
==============================================================================
--- trunk/t/mirror/dav-authz.t	(original)
+++ trunk/t/mirror/dav-authz.t	Sat May  5 03:18:23 2007
@@ -46,7 +46,6 @@
     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