X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F86sqlt.t;h=3108c3fcccb41263a5931dbc5017b89e30412661;hb=118c7b0c9c25d6c189f35903a5846510ed26bb13;hp=ad9c4803ab268f912dc3a199c795d1a08d5df485;hpb=a0024650c5dfd609c73a3ec954ba13c67870af3f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/86sqlt.t b/t/86sqlt.t index ad9c480..3108c3f 100644 --- a/t/86sqlt.t +++ b/t/86sqlt.t @@ -234,7 +234,7 @@ my %indexes = ( my $tschema = $translator->schema(); # Test that the $schema->sqlt_deploy_hook was called okay and that it removed # the 'link' table -ok( !defined($tschema->get_table('link')), "Link table was removed by hook"); +ok( !defined($tschema->get_table('dummy')), "Dummy table was removed by hook"); # Test that nonexistent constraints are not found my $constraint = get_constraint('FOREIGN KEY', 'cd', ['title'], 'cd', ['year']);