Go away useless warning
Tomas Doran [Mon, 19 Apr 2010 07:22:49 +0000 (07:22 +0000)]
t/aggregate/unit_core_uri_for_action.t

index 89079f9..4431f5a 100644 (file)
@@ -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");