X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_view_warnings.t;fp=t%2Faggregate%2Flive_view_warnings.t;h=ba18fc4a36bcc3ed15392839d36a38cf0cab6017;hb=98de08f60488eedbd146ec9a95f2183bc322b171;hp=1387c1b66b5e13fc7bb042febb4d8a7bbe53ec1b;hpb=f5dfb6ffcafcb88c7072329e7ec45fef6e04d301;p=catagits%2FCatalyst-Runtime.git 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'); }