X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_uri_for_action.t;h=9b34229366a773c7063d7bd2249635b52c97ffe1;hb=0b0aee670c39f8cb8f140eb62de9bfaf2c343a24;hp=f7cd481eb6ace4bb81de8fd3365ba74eabea7cce;hpb=0cff119a540a3c8961750bd499f4c470771ac342;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_uri_for_action.t b/t/aggregate/unit_core_uri_for_action.t index f7cd481..9b34229 100644 --- a/t/aggregate/unit_core_uri_for_action.t +++ b/t/aggregate/unit_core_uri_for_action.t @@ -102,6 +102,7 @@ is($dispatcher->uri_for_action($chained_action, [ 1 ]), # Tests with Context # my $request = Catalyst::Request->new( { + _log => Catalyst::Log->new, base => URI->new('http://127.0.0.1/foo') } );