X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F86sqlt.t;h=92d90f269600fb8fa739e49ff768936544873ef7;hb=82c82838e7942dbd19e60e7a1ca8cade5c6a65d6;hp=52e22333d06d28358e8fc3a92a438940e95c60f5;hpb=b1edf9f9fc1683eddadc3e916ddd1c0acc6cbd78;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/86sqlt.t b/t/86sqlt.t index 52e2233..92d90f2 100644 --- a/t/86sqlt.t +++ b/t/86sqlt.t @@ -26,8 +26,9 @@ my $output = $translator->translate(); # Note that the constraints listed here are the only ones that are tested -- if # more exist in the Schema than are listed here and all listed constraints are -# correct, the test will still pass. If you add a class to DBICTest::Schema, -# add tests here if you think the existing test coverage is not sufficient +# correct, the test will still pass. If you add a class with UNIQUE or FOREIGN +# KEY constraints to DBICTest::Schema, add tests here if you think the existing +# test coverage is not sufficient my %fk_constraints = ( @@ -138,7 +139,7 @@ my %fk_constraints = ( 'display' => 'treelike->treelike for parent', 'selftable' => 'treelike', 'foreigntable' => 'treelike', 'selfcols' => ['parent'], 'foreigncols' => ['id'], - on_delete => '', on_update => '', + on_delete => 'CASCADE', on_update => 'CASCADE', }, ],