X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema.pm;h=2ff55c6eb08ec2b0d0ff5baa92363572f0ac1570;hb=b3a9a1ac0bf01e7be5aae1966eef67f70a9dde55;hp=5949b44b86317349bda526ce06f98180697e0694;hpb=1e891a37baefb4dc4410018bc87ea4a45f66fc02;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema.pm b/t/lib/DBICTest/Schema.pm index 5949b44..2ff55c6 100644 --- a/t/lib/DBICTest/Schema.pm +++ b/t/lib/DBICTest/Schema.pm @@ -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/,