X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Funit_core_uri_for_action.t;fp=t%2Faggregate%2Funit_core_uri_for_action.t;h=4431f5a704e66b11185898a654e6f9124641537f;hp=89079f9dfad631868f469ed34379cd7149cba0df;hb=72f6a252862f736bc6b766438722fc7b409d8417;hpb=3c642151bed1634a426c282c02c934b1962cb1f5 diff --git a/t/aggregate/unit_core_uri_for_action.t b/t/aggregate/unit_core_uri_for_action.t index 89079f9..4431f5a 100644 --- a/t/aggregate/unit_core_uri_for_action.t +++ b/t/aggregate/unit_core_uri_for_action.t @@ -21,8 +21,6 @@ my $private_action = $dispatcher->get_action_by_path( '/class_forward_test_method' ); -warn $dispatcher->uri_for_action($private_action); - ok(!defined($dispatcher->uri_for_action($private_action)), "Private action returns undef for URI");