From: Rafael Kitover Date: Thu, 18 Jun 2009 04:13:07 +0000 (+0000) Subject: slight test fix, but test is still probably wrong X-Git-Tag: 5.80006~49 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=2e9f1ec69ede01cd175742085b41c7f26c76be90 slight test fix, but test is still probably wrong --- diff --git a/t/aggregate/unit_core_uri_for_action.t b/t/aggregate/unit_core_uri_for_action.t index dfe3666..19a10af 100644 --- a/t/aggregate/unit_core_uri_for_action.t +++ b/t/aggregate/unit_core_uri_for_action.t @@ -160,7 +160,7 @@ is($context->uri_for($chained_action, [ 1 ], 2, { q => 1 }), 'http://127.0.0.1/foo/chained/foo2/1/2/end2/3/', 'uri_for_action returns uri with empty arg on undef last argument' ); - is( $context->uri_for_action($action_needs_two, [ 'foo' , 'bar/baz' ], (3,4)), + is( $context->uri_for_action($action_needs_two, [ 'foo' , 'bar/baz' ], (3,'')), 'http://127.0.0.1/foo/chained/foo2/foo/bar%2Fbaz/end2/3/', 'uri_for_action returns uri with empty arg on undef last argument' );