X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fuseless_set_headers.t;h=104c17492fa7f575966e4c5bbe4bb79dadaf912c;hp=0db6fda3f9bb4d4a214f8f0449e8b747d0f15f37;hb=75a7c429032fcfea6805a0cfedcedabb656e9931;hpb=18adb1edacd2c9ef19e9314d5e04168b4823af9d diff --git a/t/useless_set_headers.t b/t/useless_set_headers.t index 0db6fda..104c174 100644 --- a/t/useless_set_headers.t +++ b/t/useless_set_headers.t @@ -13,7 +13,7 @@ use HTTP::Request::Common; sub my_warnings { $warn[0] }; sub warn { shift; push(@warn, @_) } - + package MyApp::Controller::Root; $INC{'MyApp/Controller/Root.pm'} = __FILE__; @@ -37,7 +37,7 @@ use HTTP::Request::Common; sub debug { 1 } - __PACKAGE__->log(TestAppStats::Log->new); + __PACKAGE__->log(TestAppStats::Log->new('warn')); after 'finalize' => sub { my ($c) = @_;