X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema.pm;h=b03d09027f436cec08024c0035910ad842b003a4;hb=32e1ae3175995f26e3702b159f5587d752add175;hp=d683a2560892929b5ef94d57231b74ff0af6084d;hpb=d563309646cd5a6d156ffb3d601f9d914926831b;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema.pm b/t/lib/DBICTest/Schema.pm index d683a25..b03d090 100644 --- a/t/lib/DBICTest/Schema.pm +++ b/t/lib/DBICTest/Schema.pm @@ -8,6 +8,7 @@ no warnings qw/qw/; __PACKAGE__->load_classes(qw/ Artist SequenceTest + BindType Employee CD FileColumn @@ -17,6 +18,8 @@ __PACKAGE__->load_classes(qw/ #dummy Track Tag + Year2000CDs + Year1999CDs /, { 'DBICTest::Schema' => [qw/ LinerNotes @@ -40,10 +43,11 @@ __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/, - qw/ForceForeign/, + qw/ForceForeign Encoded/, ); sub sqlt_deploy_hook {