Moved Chained intro to dispatch type and made recursion test more sane.
[catagits/Catalyst-Runtime.git] / t / live_component_controller_action_chained.t
index ee50214..a92f32c 100644 (file)
@@ -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" ) }
     }
 
     #