X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Funit_core_component.t;h=31830a6de333b8414eb59d22096140f28bf77177;hp=69ac6c0153a268d8219bbaa4b97db1680bc0820c;hb=53c7cc10e26c965f7502936609c5d1e6a35dc819;hpb=38a55e0cf0b70133b1a8369c04e3bc0ee444c4b7 diff --git a/t/aggregate/unit_core_component.t b/t/aggregate/unit_core_component.t index 69ac6c0..31830a6 100644 --- a/t/aggregate/unit_core_component.t +++ b/t/aggregate/unit_core_component.t @@ -14,7 +14,7 @@ my @complist = map { "MyApp::$_"; } qw/C::Controller M::Model V::View/; __PACKAGE__->components({ map { ($_, $_) } @complist }); # this is so $c->log->warn will work - __PACKAGE__->setup_log; + __PACKAGE__->setup_log('fatal'); } is(MyApp->comp('MyApp::V::View'), 'MyApp::V::View', 'Explicit return ok');