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;fp=t%2Faggregate%2Flive_component_controller_action_chained.t;h=79778752992252091c884bdd2dcde3867e34edf0;hp=b0af1560b17c61744718394e19381704559fe86b;hb=ec0b45423682578553b8b7ed1c87a34ba0fe17f6;hpb=6a887d5539852406a5db55670e0a02d4c96dabba diff --git a/t/aggregate/live_component_controller_action_chained.t b/t/aggregate/live_component_controller_action_chained.t index b0af156..7977875 100644 --- a/t/aggregate/live_component_controller_action_chained.t +++ b/t/aggregate/live_component_controller_action_chained.t @@ -1087,7 +1087,7 @@ sub run_tests { # Just check that the path matches, as who the hell knows or cares # where the app is based (live tests etc) ok( index($content, $path) > 1, 'uri can round trip through uri_for' ) - or diag "'$content' does not contain '$path'"; + or diag("Expected $path, got $content"); } }