X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FBookmark.pm;fp=t%2Flib%2FDBICTest%2FSchema%2FBookmark.pm;h=46086b08953b7136f1a36d83591e30f5a10cb3a5;hb=f54cb4d66292431efc26b4d14b22ebf9228cc7b9;hp=40cfa3f3f9f195bf24f305b2598f4e4ce0afab6a;hpb=5d22bb74b308ad7ca28cedd1ffcfd92c106b1e68;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema/Bookmark.pm b/t/lib/DBICTest/Schema/Bookmark.pm index 40cfa3f..46086b0 100644 --- a/t/lib/DBICTest/Schema/Bookmark.pm +++ b/t/lib/DBICTest/Schema/Bookmark.pm @@ -21,7 +21,7 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key('id'); require DBICTest::Schema::Link; # so we can get a columnlist -__PACKAGE__->belongs_to( +__PACKAGE__->refers_to( link => 'DBICTest::Schema::Link', 'link', { on_delete => 'SET NULL', join_type => 'LEFT',