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=bbe2631790b78e8cf1fdf8696838a095e0eb5353;hpb=c056b72b09fcad8e591b5c7568959ba22caf4f0b 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();