X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_recursion.t;h=56a00a84adc062d4378e8856423f2515f59b04c7;hb=5e7e6b272a9e1b8bf1c401dd3a607fc851c43cc7;hp=a2fcea806c3e6d3b74c2349883865eb88290def4;hpb=42da66a91b0a87ebb81d8552bcd0b05d3557c83e;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' ); } +