X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fdeprecated_appclass_action_warnings.t;h=f25d8d5127757bc18e90faa2d041e6c04e4a8abd;hp=a9979fef2af9f305cdc18b9925cca4c5169df2e5;hb=fc036112266c785163c051608821d66f42757ed3;hpb=5ec24151d10209c4bf8b4522e515dd775b51fa9c diff --git a/t/deprecated_appclass_action_warnings.t b/t/deprecated_appclass_action_warnings.t index a9979fe..f25d8d5 100644 --- a/t/deprecated_appclass_action_warnings.t +++ b/t/deprecated_appclass_action_warnings.t @@ -15,4 +15,4 @@ Catalyst->log($logger); ok( my $response = request('http://localhost/foo'), 'Request' ); ok( $response->is_success, 'Response Successful 2xx' ); -is( $warnings, 1, 'Get the appclass action warning' ); \ No newline at end of file +is( $DeprecatedActionsInAppClassTestApp::Log::warnings, 1, 'Get the appclass action warning' ); \ No newline at end of file