X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FEmployee.pm;h=bd07d14c7a755d3247f9dea90a91e78eab98bbd4;hb=refs%2Fheads%2Fbelongs_to_renaming;hp=dde6fd3be5b5659c036e1801fa1bc5d1627d87ef;hpb=5d22bb74b308ad7ca28cedd1ffcfd92c106b1e68;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema/Employee.pm b/t/lib/DBICTest/Schema/Employee.pm index dde6fd3..bd07d14 100644 --- a/t/lib/DBICTest/Schema/Employee.pm +++ b/t/lib/DBICTest/Schema/Employee.pm @@ -47,7 +47,7 @@ __PACKAGE__->position_column('position'); # Do not add unique constraints here - different groups are used throughout # the ordered tests -__PACKAGE__->belongs_to (secretkey => 'DBICTest::Schema::Encoded', 'encoded', { +__PACKAGE__->refers_to (secretkey => 'DBICTest::Schema::Encoded', 'encoded', { join_type => 'left' });