X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fpsgi_utils.t;h=6508886bcdc02d5be80f125b4c2e392c38474294;hp=eb69e9d901dd1a4adda6a54c31c234c467521cad;hb=2d48c2fc524aa2c1c077ba4be61970ed698af12d;hpb=67fd25bc03bc87a19db237a13fcb1cd157252101 diff --git a/t/psgi_utils.t b/t/psgi_utils.t index eb69e9d..6508886 100644 --- a/t/psgi_utils.t +++ b/t/psgi_utils.t @@ -122,7 +122,7 @@ my $psgi_app = sub { $c->res->body("$uri"); } - + sub get_env { my ($self, $c) = @_; if($c->req->query_parameters->{path_prefix}) { @@ -255,7 +255,7 @@ use Catalyst::Test 'MyApp'; # END [/user/local_example_args1/***/] -# BEGIN [/user/path-example] +# BEGIN [/user/path-example] { my ($res, $c) = ctx_request('/user/path-example');