[Catalyst-commits] r13171 - Catalyst-Runtime/5.80/trunk/t/aggregate
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Mon Apr 19 07:22:49 GMT 2010
Author: t0m
Date: 2010-04-19 08:22:49 +0100 (Mon, 19 Apr 2010)
New Revision: 13171
Modified:
Catalyst-Runtime/5.80/trunk/t/aggregate/unit_core_uri_for_action.t
Log:
Go away useless warning
Modified: Catalyst-Runtime/5.80/trunk/t/aggregate/unit_core_uri_for_action.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/aggregate/unit_core_uri_for_action.t 2010-04-19 02:41:57 UTC (rev 13170)
+++ Catalyst-Runtime/5.80/trunk/t/aggregate/unit_core_uri_for_action.t 2010-04-19 07:22:49 UTC (rev 13171)
@@ -21,8 +21,6 @@
'/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");
More information about the Catalyst-commits
mailing list