You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sc...@apache.org on 2006/01/27 19:18:18 UTC

svn commit: r372937 - /httpd/test/trunk/perl-framework/t/modules/info.t

Author: sctemme
Date: Fri Jan 27 10:18:06 2006
New Revision: 372937

URL: http://svn.apache.org/viewcvs?rev=372937&view=rev
Log:
Remove mod_imap -> mod_imagemap fudge, which becomes superfluous when the 
alias goes away.

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

Modified: httpd/test/trunk/perl-framework/t/modules/info.t
URL: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/t/modules/info.t?rev=372937&r1=372936&r2=372937&view=diff
==============================================================================
--- httpd/test/trunk/perl-framework/t/modules/info.t (original)
+++ httpd/test/trunk/perl-framework/t/modules/info.t Fri Jan 27 10:18:06 2006
@@ -21,8 +21,6 @@
     if ($_ =~ /<a name=\"(\w+\.c)\">/) {
         if ($1 eq 'util_ldap.c') {
             push(@actual,'mod_ldap.c');
-        } elsif ($1 eq 'mod_imap.c' && have_min_apache_version('2.1.5') ) {        
-            push(@actual, 'mod_imagemap.c');
         } else {
             push(@actual, $1);
         }