X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema.pm;h=1681cf5b53adae22f9a19d7a4d6e4fb958faa8e9;hb=a0024650c5dfd609c73a3ec954ba13c67870af3f;hp=979cf843beaa60f71a04053b5d2d73f3e89ad801;hpb=16cd5b282a77840ce684f48c5324cfd7418d17ca;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema.pm b/t/lib/DBICTest/Schema.pm index 979cf84..1681cf5 100644 --- a/t/lib/DBICTest/Schema.pm +++ b/t/lib/DBICTest/Schema.pm @@ -36,7 +36,8 @@ __PACKAGE__->load_classes(qw/ ), qw/SelfRefAlias TreeLike TwoKeyTreeLike Event EventTZ NoPrimaryKey/, qw/Collection CollectionObject TypedObject/, - qw/Owners BooksInLibrary/ + qw/Owners BooksInLibrary/, + qw/ForceForeign/ ); sub sqlt_deploy_hook {