X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_chained.t;h=5adf520bd1472cc06c9fdab888ff68f3e09b1de0;hp=70b539dfcff8291591d8241f95a3425371895a76;hb=634780e00f88651be2fe6f261d56604e313b369a;hpb=2c527b9130ee042eaa8e5996f565c75764d18117 diff --git a/t/aggregate/live_component_controller_action_chained.t b/t/aggregate/live_component_controller_action_chained.t index 70b539d..5adf520 100644 --- a/t/aggregate/live_component_controller_action_chained.t +++ b/t/aggregate/live_component_controller_action_chained.t @@ -1009,7 +1009,6 @@ sub run_tests { ok( my $content = get('http://localhost/chained/return_arg/foo%2Fbar%3B'), 'request with URI-encoded arg' ); - # this is the CURRENT behavior - like( $content, qr{foo%2Fbar%3B\z}, 'args NOT decoded' ); + like( $content, qr{foo/bar;\z}, 'args decoded' ); } }