service is in subcontainer, not root container. put a fixme in the test that help...
[catagits/Catalyst-Runtime.git] / t / live_show_internal_actions_warnings.t
index 0fe6ea3..f0cd2c4 100644 (file)
@@ -20,6 +20,10 @@ my $last_warning;
     local $SIG{__WARN__} = sub { $last_warning = shift };
     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;