X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F21xml-xmi-parser.t;h=558252edc14f49f87b995abd8a0ef1a6d3fc3038;hb=b08b5416f45bfbe381637ee3091202524c78ecab;hp=15939c5c241758f1df33690a1c9fb6faa3ec5d8e;hpb=fd5abbd7b779462eac9cdff9c0c2028b6c372ed1;p=dbsrgits%2FSQL-Translator.git diff --git a/t/21xml-xmi-parser.t b/t/21xml-xmi-parser.t index 15939c5..558252e 100644 --- a/t/21xml-xmi-parser.t +++ b/t/21xml-xmi-parser.t @@ -19,6 +19,7 @@ use constant DEBUG => (exists $opt{d} ? 1 : 0); use Test::More; use Test::Exception; +use Test::SQL::Translator qw(maybe_plan); use SQL::Translator; use SQL::Translator::Schema::Constants; @@ -78,7 +79,9 @@ sub test_table { # Testing 1,2,3,.. #============================================================================= -plan tests => 103; +maybe_plan(103, + 'SQL::Translator::Parser::XML::XMI', + 'SQL::Translator::Producer::MySQL'); my $testschema = "$Bin/data/xmi/Foo.poseidon2.xmi"; die "Can't find test schema $testschema" unless -e $testschema;