X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FBooksInLibrary.pm;h=8da54e623caed6753ca924c3ab60fcf04c2aab32;hb=13a2f0311c4d16131b69bea50edb3805958a62a9;hp=b239253a1324a8f494cbe6f309aabb6acb0047d6;hpb=e911e7ffb05bea10c1598a3c662a9b4639bce5a3;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema/BooksInLibrary.pm b/t/lib/DBICTest/Schema/BooksInLibrary.pm index b239253..8da54e6 100644 --- a/t/lib/DBICTest/Schema/BooksInLibrary.pm +++ b/t/lib/DBICTest/Schema/BooksInLibrary.pm @@ -29,4 +29,6 @@ __PACKAGE__->set_primary_key('id'); __PACKAGE__->resultset_attributes({where => { source => "Library" } }); +__PACKAGE__->belongs_to ( owner => 'DBICTest::Schema::Owners', 'owner' ); + 1;