[Catalyst-commits] r9862 - trunk/Catalyst-Controller-WrapCGI/t
hdp at dev.catalyst.perl.org
hdp at dev.catalyst.perl.org
Sun Apr 26 19:52:52 GMT 2009
Author: hdp
Date: 2009-04-26 20:52:52 +0100 (Sun, 26 Apr 2009)
New Revision: 9862
Modified:
trunk/Catalyst-Controller-WrapCGI/t/cgibin.t
Log:
moved
Modified: trunk/Catalyst-Controller-WrapCGI/t/cgibin.t
===================================================================
--- trunk/Catalyst-Controller-WrapCGI/t/cgibin.t 2009-04-26 19:48:24 UTC (rev 9861)
+++ trunk/Catalyst-Controller-WrapCGI/t/cgibin.t 2009-04-26 19:52:52 UTC (rev 9862)
@@ -50,7 +50,7 @@
is($response->content, 'foo:bar bar:baz',
'POST to Perl CGI File through a forward via cgi_action');
-$response = request '/cgi-bin/path/testdata.pl';
+$response = request '/my-bin/path/testdata.pl';
is($response->content, "testing\n",
'scripts with __DATA__ sections work');
More information about the Catalyst-commits
mailing list