From: André Walker Date: Tue, 12 Jul 2011 20:01:49 +0000 (-0300) Subject: FIXME in the broken test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=98de08f60488eedbd146ec9a95f2183bc322b171 FIXME in the broken test --- diff --git a/t/aggregate/live_view_warnings.t b/t/aggregate/live_view_warnings.t index 1387c1b..ba18fc4 100644 --- a/t/aggregate/live_view_warnings.t +++ b/t/aggregate/live_view_warnings.t @@ -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'); }