X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fhelperrels%2F26sqlt.t;h=230453c3905ff5762229404063889a2e84c4611d;hb=fba8d1153e7a19d6db049adb68193fb3db554ed6;hp=4ea58ec4060684a41bfca8f3c12efa7d798d3d83;hpb=3c0d364c44b71763c8ebdb1467e9a1cb5c661dd5;p=dbsrgits%2FDBIx-Class.git diff --git a/t/helperrels/26sqlt.t b/t/helperrels/26sqlt.t index 4ea58ec..230453c 100644 --- a/t/helperrels/26sqlt.t +++ b/t/helperrels/26sqlt.t @@ -77,6 +77,10 @@ my @constraints = 'selftable' => 'tags', 'foreigntable' => 'cd', 'selfcols' => ['cd'], 'foreigncols' => ['cdid'], 'needed' => 1, on_delete => '', on_update => ''}, + {'display' => 'bookmark -> link', + 'selftable' => 'bookmark', 'foreigntable' => 'link', + 'selfcols' => ['link'], 'foreigncols' => ['id'], + 'needed' => 1, on_delete => '', on_update => ''}, ); my $tschema = $translator->schema();