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.t;h=3b778f41e1d010219ff3a51ffaa62eed16601a87;hp=c0e623092e329671c88a07d90fbee8f2607473bf;hb=310c2a39c86dc3f8a1dd0bb80c2543e809e2cb3c;hpb=9c74923de2304b8c8f0a7a2faa0854ad9b4d3a92 diff --git a/t/aggregate/unit_core_setup.t b/t/aggregate/unit_core_setup.t index c0e6230..3b778f4 100644 --- a/t/aggregate/unit_core_setup.t +++ b/t/aggregate/unit_core_setup.t @@ -70,7 +70,7 @@ foreach my $name (grep { /^(CATALYST|TESTAPP)/ } keys %ENV) { ok $log->is_error, 'Errors should be enabled'; ok $log->is_fatal, 'Fatal errors should be enabled'; ok $log->is_info, 'Info should be enabled'; - ok $log->is_debug, 'Debugging should be enabled'; + ok !$log->is_debug, 'Debugging should not be enabled'; ok !$c->debug, 'Catalyst debugging turned off'; } my $log_meta = Class::MOP::Class->create_anon_class(