X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flive_component_controller_action_chained.t;h=a92f32c0c987c037e7a7c50c77b79805be7a6375;hp=ee502146cd32ed4cbc4edcc65b42c7f0daec269e;hb=05a90578a1a58925942d520bf21333c59c6eac01;hpb=8a6a6581d48a3c1c4d5f631cdb7cbda336c0e5e2 diff --git a/t/live_component_controller_action_chained.t b/t/live_component_controller_action_chained.t index ee50214..a92f32c 100644 --- a/t/live_component_controller_action_chained.t +++ b/t/live_component_controller_action_chained.t @@ -697,7 +697,10 @@ sub run_tests { # { eval { require 'TestAppChainedRecursive.pm' }; - pass( "Interception of recursive chains" ); + if ($run_number == 1) { + ok( ! $@, "Interception of recursive chains" ); + } + else { pass( "Interception of recursive chains already tested" ) } } #