X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_recursion.t;h=56a00a84adc062d4378e8856423f2515f59b04c7;hb=6e3dd95f237370a2824e5ecc1419eaed075f0279;hp=a2fcea806c3e6d3b74c2349883865eb88290def4;hpb=ae29b412955743885e80350085167b54b69672da;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_recursion.t b/t/aggregate/live_recursion.t index a2fcea8..56a00a8 100644 --- a/t/aggregate/live_recursion.t +++ b/t/aggregate/live_recursion.t @@ -23,3 +23,4 @@ SKIP: ok( !$response->is_success, 'Response Not Successful' ); is( $response->header('X-Catalyst-Error'), 'Deep recursion detected calling "/recursion_test"', 'Deep Recursion Detected' ); } +