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=1e38d2959469ab36788c607929fb47a23feb3ebf;hp=a9979fef2af9f305cdc18b9925cca4c5169df2e5;hb=2a8074980f232951ffa0f4ea52a2f195f7a0813f;hpb=5ec24151d10209c4bf8b4522e515dd775b51fa9c diff --git a/t/deprecated_appclass_action_warnings.t b/t/deprecated_appclass_action_warnings.t index a9979fe..1e38d29 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' );