[Catalyst-commits] r6652 - in trunk/Catalyst-Runtime/t: . conf
andyg at dev.catalyst.perl.org
andyg at dev.catalyst.perl.org
Mon Aug 13 03:20:12 GMT 2007
Author: andyg
Date: 2007-08-13 03:20:12 +0100 (Mon, 13 Aug 2007)
New Revision: 6652
Modified:
trunk/Catalyst-Runtime/t/conf/extra.conf.in
trunk/Catalyst-Runtime/t/optional_apache-fastcgi-non-root.t
trunk/Catalyst-Runtime/t/optional_apache-fastcgi.pl
Log:
Don't include tests on sample command line, the test does globbing now
Modified: trunk/Catalyst-Runtime/t/conf/extra.conf.in
===================================================================
--- trunk/Catalyst-Runtime/t/conf/extra.conf.in 2007-08-13 02:16:34 UTC (rev 6651)
+++ trunk/Catalyst-Runtime/t/conf/extra.conf.in 2007-08-13 02:20:12 UTC (rev 6652)
@@ -34,7 +34,7 @@
ScriptAlias / @ServerRoot@/tmp/TestApp/script/testapp_fastcgi.pl/
<IfModule mod_rewrite.c>
- # Fix trailing slas
+ # Fix trailing slash
RewriteEngine on
RewriteRule /fastcgi/deep/path$ /fastcgi/deep/path/ [PT]
</IfModule>
Modified: trunk/Catalyst-Runtime/t/optional_apache-fastcgi-non-root.t
===================================================================
--- trunk/Catalyst-Runtime/t/optional_apache-fastcgi-non-root.t 2007-08-13 02:16:34 UTC (rev 6651)
+++ trunk/Catalyst-Runtime/t/optional_apache-fastcgi-non-root.t 2007-08-13 02:20:12 UTC (rev 6652)
@@ -5,7 +5,7 @@
# Note, to get this to run properly, you may need to give it the path to your
# httpd.conf:
#
-# perl t/optional_apache-fastcgi-non-root.pl -httpd_conf /etc/apache/httpd.conf t/live_*
+# perl t/optional_apache-fastcgi-non-root.pl -httpd_conf /etc/apache/httpd.conf
use strict;
use warnings;
Modified: trunk/Catalyst-Runtime/t/optional_apache-fastcgi.pl
===================================================================
--- trunk/Catalyst-Runtime/t/optional_apache-fastcgi.pl 2007-08-13 02:16:34 UTC (rev 6651)
+++ trunk/Catalyst-Runtime/t/optional_apache-fastcgi.pl 2007-08-13 02:20:12 UTC (rev 6652)
@@ -5,7 +5,7 @@
# Note, to get this to run properly, you may need to give it the path to your
# httpd.conf:
#
-# perl t/optional_apache-fastcgi.pl -httpd_conf /etc/apache/httpd.conf t/live_*
+# perl t/optional_apache-fastcgi.pl -httpd_conf /etc/apache/httpd.conf
use strict;
use warnings;
@@ -33,7 +33,7 @@
$ENV{CATALYST_SERVER} = 'http://localhost:8529';
-if ( !-e 't/optional_apache-fastcgi.pl2' ) {
+if ( !-e 't/optional_apache-fastcgi.pl' ) {
die "ERROR: Please run test from the Catalyst-Runtime directory\n";
}
More information about the Catalyst-commits
mailing list