X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_engine_request_escaped_path.t;h=0512e6a069f735643d61507eee480d7109fe74f7;hb=e065c2299b9c5157a970fe0b0cb66474d15f749d;hp=fbc12ba76699c87fd5e847b8ecd4d3edf0d02d6a;hpb=9ec0ae77e9943964383d736b794afba36f2b3750;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_engine_request_escaped_path.t b/t/aggregate/live_engine_request_escaped_path.t index fbc12ba..0512e6a 100644 --- a/t/aggregate/live_engine_request_escaped_path.t +++ b/t/aggregate/live_engine_request_escaped_path.t @@ -54,8 +54,6 @@ Index: lib/Catalyst/Engine/CGI.pm } # test that request with URL-escaped code works. -TODO: { - local $TODO = 'Actions should match when path parts are url encoded'; my $request = Catalyst::Utils::request( 'http://localhost/args/param%73/one/two' ); my $cgi = HTTP::Request::AsCGI->new( $request, %ENV )->setup; @@ -67,6 +65,8 @@ TODO: { TestApp->handle_request( env => \%ENV ); ok( my $response = $cgi->restore->response ); +TODO: { + local $TODO = 'Actions should match when path parts are url encoded'; ok( $response->is_success, 'Response Successful 2xx' ); is( $response->content, 'onetwo' ); }