You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by pg...@apache.org on 2005/10/23 20:10:04 UTC

svn commit: r327825 - in /perl/Apache-Test/trunk/Apache-TestItSelf: lib/MyTest/Util.pm sample/testitself_conf_apache_test_core.pl sample/testitself_conf_mp2_core.pl sample/testitself_conf_mp2_modules.pl

Author: pgollucci
Date: Sun Oct 23 11:09:59 2005
New Revision: 327825

URL: http://svn.apache.org/viewcvs?rev=327825&view=rev
Log:
update httpd versions to 2.0.55

Modified:
    perl/Apache-Test/trunk/Apache-TestItSelf/lib/MyTest/Util.pm
    perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_apache_test_core.pl
    perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_core.pl
    perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_modules.pl

Modified: perl/Apache-Test/trunk/Apache-TestItSelf/lib/MyTest/Util.pm
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/Apache-TestItSelf/lib/MyTest/Util.pm?rev=327825&r1=327824&r2=327825&view=diff
==============================================================================
--- perl/Apache-Test/trunk/Apache-TestItSelf/lib/MyTest/Util.pm (original)
+++ perl/Apache-Test/trunk/Apache-TestItSelf/lib/MyTest/Util.pm Sun Oct 23 11:09:59 2005
@@ -132,7 +132,7 @@
       perl_exec     => "/home/$ENV{USER}/perl/5.8.5-ithread/bin/perl5.8.5",
       mp_gen        => '2.0',
       httpd_gen     => '2.0',
-      httpd_version => 'Apache/2.0.53-dev',
+      httpd_version => 'Apache/2.0.55',
       timeout       => 200,
       makepl_arg    => 'MOD_PERL=2 -libmodperl mod_perl-5.8.5-ithread.so',
   );

Modified: perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_apache_test_core.pl
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_apache_test_core.pl?rev=327825&r1=327824&r2=327825&view=diff
==============================================================================
--- perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_apache_test_core.pl (original)
+++ perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_apache_test_core.pl Sun Oct 23 11:09:59 2005
@@ -5,7 +5,7 @@
     perl_exec     => "/home/$ENV{USER}/perl/5.8.7-ithread/bin/perl5.8.7",
     mp_gen        => '2.0',
     httpd_gen     => '2.0',
-    httpd_version => 'Apache/2.0.54',
+    httpd_version => 'Apache/2.0.55',
     timeout       => 200,
     test_verbose  => 0,
 );

Modified: perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_core.pl
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_core.pl?rev=327825&r1=327824&r2=327825&view=diff
==============================================================================
--- perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_core.pl (original)
+++ perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_core.pl Sun Oct 23 11:09:59 2005
@@ -5,7 +5,7 @@
     perl_exec     => "/home/$ENV{USER}/perl/5.8.7-ithread/bin/perl5.8.7",
     mp_gen        => '2.0',
     httpd_gen     => '2.0',
-    httpd_version => 'Apache/2.0.54',
+    httpd_version => 'Apache/2.0.55',
     timeout       => 900, # make test may take a long time
     test_verbose  => 0,
 );

Modified: perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_modules.pl
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_modules.pl?rev=327825&r1=327824&r2=327825&view=diff
==============================================================================
--- perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_modules.pl (original)
+++ perl/Apache-Test/trunk/Apache-TestItSelf/sample/testitself_conf_mp2_modules.pl Sun Oct 23 11:09:59 2005
@@ -5,7 +5,7 @@
     perl_exec     => "/home/$ENV{USER}/perl/5.8.7-ithread/bin/perl5.8.7",
     mp_gen        => '2.0',
     httpd_gen     => '2.0',
-    httpd_version => 'Apache/2.0.54',
+    httpd_version => 'Apache/2.0.55',
     timeout       => 200,
     test_verbose  => 0,
 );