Merge 'trunk' into 'uri_for_utf8'
[catagits/Catalyst-Runtime.git] / t / aggregate / live_component_controller_action_chained.t
index b0af156..7977875 100644 (file)
@@ -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");
     }
 }