X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_recursion.t;h=db0472e03e829221a989f2544fb14203cf0a691f;hb=26dd6d9f6575fe782e78d6845fff3447e5ba5744;hp=6e558774246c7f2adc745ffd586ce4f56b2c92ad;hpb=c4c4dd192093c40cfaab79ec48eb7feee55b4d94;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_recursion.t b/t/live_recursion.t index 6e55877..db0472e 100644 --- a/t/live_recursion.t +++ b/t/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' ); } +