Merge 'trunk' into 'multi_stuff'
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema.pm
index 5949b44..2ff55c6 100644 (file)
@@ -41,6 +41,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/,