X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_show_internal_actions_warnings.t;h=e59d5d0d285e55ee38e7276f03b220a102951b0d;hb=gsoc_breadboard_flags;hp=f0cd2c4b51ec589b00292ccfb8f12ff4114e6aec;hpb=1b5451ef09edf0638b6932d697f43b5dd8ede6d8;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_show_internal_actions_warnings.t b/t/live_show_internal_actions_warnings.t index f0cd2c4..e59d5d0 100644 --- a/t/live_show_internal_actions_warnings.t +++ b/t/live_show_internal_actions_warnings.t @@ -21,9 +21,6 @@ my $last_warning; my $res = get('/'); } -# FIXME - is this test really useful? -# it doesn't change anything if we remove the show_internal_actions => 1 line -# from TestAppShowInternalActions is( $last_warning, undef, 'there should be no warnings about uninitialized value' ); done_testing;