fix t/backcompat/0.04006/21misc_fatal.t
Rafael Kitover [Tue, 6 Apr 2010 01:04:56 +0000 (21:04 -0400)]
t/backcompat/0.04006/21misc_fatal.t

index 9720347..ac645ad 100644 (file)
@@ -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'
 );