X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_setup.t;h=c0e623092e329671c88a07d90fbee8f2607473bf;hb=807303a1658f895c41417beba24d24ff9b71c194;hp=3b778f41e1d010219ff3a51ffaa62eed16601a87;hpb=310c2a39c86dc3f8a1dd0bb80c2543e809e2cb3c;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_setup.t b/t/aggregate/unit_core_setup.t index 3b778f4..c0e6230 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 not be enabled'; + ok $log->is_debug, 'Debugging should be enabled'; ok !$c->debug, 'Catalyst debugging turned off'; } my $log_meta = Class::MOP::Class->create_anon_class(