You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by st...@apache.org on 2004/12/20 15:43:52 UTC

svn commit: r122851 - httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample

Author: stas
Date: Mon Dec 20 06:43:49 2004
New Revision: 122851

URL: http://svn.apache.org/viewcvs?view=rev&rev=122851
Log:
new config key: repos_type so some test could make runtime decisions (e.g. 
skip the whole test)

Modified:
   httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/apache2_modules_testitself_config.pm
   httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/apache_test_config.pm
   httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/modperl2_testitself_config.pm

Modified: httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/apache2_modules_testitself_config.pm
Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/apache2_modules_testitself_config.pm?view=diff&rev=122851&p1=httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/apache2_modules_testitself_config.pm&r1=122850&p2=httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/apache2_modules_testitself_config.pm&r2=122851
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/apache2_modules_testitself_config.pm	(original)
+++ httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/apache2_modules_testitself_config.pm	Mon Dec 20 06:43:49 2004
@@ -1,4 +1,7 @@
+# This is a config file for testing modperl 2.0 Apache:: 3rd party modules
+
 %Apache::TestItSelf::Config = (
+    repos_type    => 'mp2_cpan_modules',
     perl_exec     => '/home/stas/perl/5.8.5-ithread/bin/perl5.8.5',
     mp_gen        => '2.0',
     httpd_gen     => '2.0',

Modified: httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/apache_test_config.pm
Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/apache_test_config.pm?view=diff&rev=122851&p1=httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/apache_test_config.pm&r1=122850&p2=httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/apache_test_config.pm&r2=122851
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/apache_test_config.pm	(original)
+++ httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/apache_test_config.pm	Mon Dec 20 06:43:49 2004
@@ -1,3 +1,5 @@
+# This is a config file for testing Apache-Test
+
 %Apache::TestItSelf::Config = (
     perl_exec     => '/home/stas/perl/5.8.5-ithread/bin/perl5.8.5',
     mp_gen        => '2.0',

Modified: httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/modperl2_testitself_config.pm
Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/modperl2_testitself_config.pm?view=diff&rev=122851&p1=httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/modperl2_testitself_config.pm&r1=122850&p2=httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/modperl2_testitself_config.pm&r2=122851
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/modperl2_testitself_config.pm	(original)
+++ httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/sample/modperl2_testitself_config.pm	Mon Dec 20 06:43:49 2004
@@ -1,4 +1,7 @@
+# This is a config file for testing modperl 2.0 core
+
 %Apache::TestItSelf::Config = (
+    repos_type    => 'mp2',
     perl_exec     => '/home/stas/perl/5.8.5-ithread/bin/perl5.8.5',
     mp_gen        => '2.0',
     httpd_gen     => '2.0',