X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=blobdiff_plain;f=t%2Fcgibin_root.t;h=876fbe76bd85a1362976637a711fe23ce16c9ff0;hp=d112e288ba31388fbb110682270b4dc8fd5926bd;hb=f410f043b41cc59d08cb1aa015378888c8fe88b7;hpb=f07403fe54b0b8d92f80bd33c8ac9891d325f80a diff --git a/t/cgibin_root.t b/t/cgibin_root.t index d112e28..876fbe7 100644 --- a/t/cgibin_root.t +++ b/t/cgibin_root.t @@ -11,9 +11,9 @@ use Test::More tests => 1; use Catalyst::Test 'TestCGIBinRoot'; use HTTP::Request::Common; -# test default root of "cgi-bin" +# Test configurable path root and dir -my $response = request POST '/cgi-bin/path/test.pl', [ +my $response = request POST '/cgi/path/test.pl', [ foo => 'bar', bar => 'baz' ];