Backporting uncovered an incomplete test
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema.pm
index 857050f..11157f2 100644 (file)
@@ -40,6 +40,7 @@ __PACKAGE__->load_classes(qw/
     'ArtistSubclass',
     'Producer',
     'CD_to_Producer',
+    'Dummy',    # this is a real result class we remove in the hook below
   ),
   qw/SelfRefAlias TreeLike TwoKeyTreeLike Event EventTZ NoPrimaryKey/,
   qw/Collection CollectionObject TypedObject Owners BooksInLibrary/,