X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_view_warnings.t;h=50684f1f69534f701daca246f4b3a22df1835e03;hb=409db9cb04522ce3d3ea0785a41254dac0396bd0;hp=ba18fc4a36bcc3ed15392839d36a38cf0cab6017;hpb=98de08f60488eedbd146ec9a95f2183bc322b171;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_view_warnings.t b/t/aggregate/live_view_warnings.t index ba18fc4..50684f1 100644 --- a/t/aggregate/live_view_warnings.t +++ b/t/aggregate/live_view_warnings.t @@ -16,8 +16,7 @@ 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'); + like($TestAppViewWarnings::log_messages[0], qr/Calling \$c->view\(\) is not supported/s, 'View failure warning received'); }