From: Rafael Kitover Date: Tue, 6 Apr 2010 01:04:56 +0000 (-0400) Subject: fix t/backcompat/0.04006/21misc_fatal.t X-Git-Tag: 0.06000~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=088e65fc80b65035b3bfaceb752fcb796de610d7;p=dbsrgits%2FDBIx-Class-Schema-Loader.git fix t/backcompat/0.04006/21misc_fatal.t --- diff --git a/t/backcompat/0.04006/21misc_fatal.t b/t/backcompat/0.04006/21misc_fatal.t index 9720347..ac645ad 100644 --- a/t/backcompat/0.04006/21misc_fatal.t +++ b/t/backcompat/0.04006/21misc_fatal.t @@ -24,6 +24,6 @@ plan tests => 1; eval { DBICTest::Schema->connect($make_dbictest_db::dsn) }; like( $@, - qr/Could not load storage_type loader "DBIx::Class::Schema::Loader::xyzzy": /, + qr/Could not load loader_class "DBIx::Class::Schema::Loader::xyzzy": /, 'Bad storage type dies correctly' );