[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-modperl-test-cvs
Subject:    svn commit: r764342 - in /perl/Apache-Test/tags/1_30: Changes
From:       phred () apache ! org
Date:       2009-04-12 22:36:16
Message-ID: 20090412223616.7542B23888A4 () eris ! apache ! org
[Download RAW message or body]

Author: phred
Date: Sun Apr 12 22:36:15 2009
New Revision: 764342

URL: http://svn.apache.org/viewvc?rev=764342&view=rev
Log:
Fix test failure on platforms with case insensitive filesystems
and where mod_cgi.c is not installed as an httpd module.

Modified:
    perl/Apache-Test/tags/1_30/Changes
    perl/Apache-Test/tags/1_30/t/next_available_port.t

Modified: perl/Apache-Test/tags/1_30/Changes
URL: http://svn.apache.org/viewvc/perl/Apache-Test/tags/1_30/Changes?rev=764342&r1=764341&r2=764342&view=diff
 ==============================================================================
--- perl/Apache-Test/tags/1_30/Changes (original)
+++ perl/Apache-Test/tags/1_30/Changes Sun Apr 12 22:36:15 2009
@@ -8,6 +8,12 @@
 
 =item 1.31-dev
 
+Use need_module('mod_cgi.c') and need_module('mod_cgid.c') in 
+t/next_available_port.t instead of need_cgi.  On case insensitive file
+systems such as OS X, need_cgi will fulfill the requirement with cgi.pm,
+when mod_cgi.c is the desired requirement.
+[Fred Moyer <fred@redhotpenguin.com]
+
 Fix overriden get_basic_credentials test when using NTLM authentication
 [Rick Frankel <cpan@rickster.com>]
 

Modified: perl/Apache-Test/tags/1_30/t/next_available_port.t
URL: http://svn.apache.org/viewvc/perl/Apache-Test/tags/1_30/t/next_available_port.t?rev=764342&r1=764341&r2=764342&view=diff
 ==============================================================================
--- perl/Apache-Test/tags/1_30/t/next_available_port.t (original)
+++ perl/Apache-Test/tags/1_30/t/next_available_port.t Sun Apr 12 22:36:15 2009
@@ -7,7 +7,9 @@
 use Apache::TestRequest;
 use Apache::TestUtil;
 
-plan tests => 1, need need_cgi, need_module('mod_env.c');
+plan tests => 1, need need_module('mod_cgi.c'),
+                 need_module('mod_cgid.c'),
+                 need_module('mod_env.c');
 
 my $url = '/cgi-bin/next_available_port.pl';
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic