From: André Walker Date: Thu, 21 Jul 2011 14:37:04 +0000 (-0300) Subject: Fixing test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c93c85c4d7b11d5a6bb41cd77cfc2c56664a9f9e;p=catagits%2FCatalyst-Runtime.git Fixing test --- 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'); }