X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_setup_log.t;h=fb73297e50533c60922f11676e36c7768cf093e5;hb=8e1c7822b8e7e5fd43ae4a4fb85c7997a262bbf4;hp=9e80cf4f2742b846c3cd38f542c286464324f6c4;hpb=310c2a39c86dc3f8a1dd0bb80c2543e809e2cb3c;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_setup_log.t b/t/aggregate/unit_core_setup_log.t index 9e80cf4..fb73297 100644 --- a/t/aggregate/unit_core_setup_log.t +++ b/t/aggregate/unit_core_setup_log.t @@ -76,13 +76,13 @@ foreach my $name (grep { /^(CATALYST|TESTAPP)/ } keys %ENV) { my $app = mock_app('TestAppLogEmptyString'); $app->setup_log(''); ok !$app->debug, 'Not In debug mode'; - # Note that by default, you get _all_ the log levels turned on over debug + # Note that by default, you get _all_ the log levels turned on test_log_object($app->log, fatal => 1, error => 1, warn => 1, info => 1, - debug => 0, + debug => 1, ); } {