X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Funit_core_setup_log.t;h=9e80cf4f2742b846c3cd38f542c286464324f6c4;hp=fb73297e50533c60922f11676e36c7768cf093e5;hb=310c2a39c86dc3f8a1dd0bb80c2543e809e2cb3c;hpb=eae29f6e1e9569b309d7e10cfda3b4fce4ce202d diff --git a/t/aggregate/unit_core_setup_log.t b/t/aggregate/unit_core_setup_log.t index fb73297..9e80cf4 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 + # Note that by default, you get _all_ the log levels turned on over debug test_log_object($app->log, fatal => 1, error => 1, warn => 1, info => 1, - debug => 1, + debug => 0, ); } {