From: Jess Robinson Date: Fri, 19 May 2006 13:03:20 +0000 (+0000) Subject: Oops, fix bookmark thingy here too X-Git-Tag: v0.07002~86 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fba8d1153e7a19d6db049adb68193fb3db554ed6;p=dbsrgits%2FDBIx-Class.git Oops, fix bookmark thingy here too --- 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();