X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_mvc.t;h=86ed6670400a7f178e2b27ae5b92d5f9526d7d42;hb=f3d2ec61cac867693834d3093c9dff7891e3e3f5;hp=ed31e7d5912ff9415629e8dd1bf2be9d71932d97;hpb=6561feaea6cb3f0a84e97fc6f2bc55788fe8c393;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_mvc.t b/t/aggregate/unit_core_mvc.t index ed31e7d..86ed667 100644 --- a/t/aggregate/unit_core_mvc.t +++ b/t/aggregate/unit_core_mvc.t @@ -21,7 +21,7 @@ my @complist = __PACKAGE__->components->{'MyMVCTestApp::Model::Test::Object'} = $thingie; # allow $c->log->warn to work - __PACKAGE__->setup_log; + __PACKAGE__->setup_log('fatal'); } {