X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=blobdiff_plain;f=t%2Fgeneric.t;h=9e12f77121e49ec11f7e24bbc8271d4eebee2e69;hp=fa6a297588473765470d54e61153af8e4269043b;hb=bb73aedb99734f11a8419f93915b87faf33ac1bf;hpb=7f3836d96f906e23f5aab8b81e8cf1cfb3912a57 diff --git a/t/generic.t b/t/generic.t index fa6a297..9e12f77 100644 --- a/t/generic.t +++ b/t/generic.t @@ -5,7 +5,7 @@ use Test::More; { eval "use Catalyst::Test 'TestAppCheckHasCol'"; - like($@, qr/^Couldn't load class \(TestAppCheckHasCol\) because: Couldn't instantiate component "TestAppCheckHasCol::Controller::InvalidColumn", "Column 'foo' does not exist in ResultSet 'TestAppDB::Artist'/, 'check_has_column ok'); + like($@, qr/Couldn't instantiate component "TestAppCheckHasCol::Controller::InvalidColumn", "Column 'foo' does not exist in ResultSet 'TestAppDB::Artist'/, 'check_has_column ok'); } done_testing();