FIXME in the broken test
André Walker [Tue, 12 Jul 2011 20:01:49 +0000 (17:01 -0300)]
t/aggregate/live_view_warnings.t

index 1387c1b..ba18fc4 100644 (file)
@@ -15,6 +15,8 @@ if ( $ENV{CATALYST_SERVER} ) {
 
 {
     ok( my $response = request('http://localhost/'), 'Request' );
+
+# FIXME: does this warning really need to be like that?
     like($TestAppViewWarnings::log_messages[0], qr/Attempted to use view/s, 'View failure warning received');
 
 }