Fix / => %2F in uri_for so that it only works for action objects as previously advert...
[catagits/Catalyst-Runtime.git] / t / aggregate / live_component_controller_action_chained.t
index fef26ef..b0be898 100644 (file)
@@ -1085,7 +1085,8 @@ sub run_tests {
             'request ' . $path . ' ok');
         # 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' );
+        ok( index($content, $path) > 1, 'uri can round trip through uri_for' )
+            or diag("Expected $path, got $content");
     }
 }