X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F61translator_agnostic.t;h=e706717c775f4db1f0d3e596162d863b4056ebfb;hb=c96cd4a82bc9447c278ecf2416a7f8fb052853a7;hp=f35abca484c0776f2c04c0ff84a4b2a6d33802f5;hpb=e0d2b70b41dc4c9e7699d4219f65f30bd08e75a7;p=dbsrgits%2FSQL-Translator.git diff --git a/t/61translator_agnostic.t b/t/61translator_agnostic.t index f35abca..e706717 100644 --- a/t/61translator_agnostic.t +++ b/t/61translator_agnostic.t @@ -2,10 +2,15 @@ use warnings; use strict; -use Test::More qw/no_plan/; -use Test::Exception; +use Test::More; +use Test::SQL::Translator; use FindBin qw/$Bin/; +BEGIN { + maybe_plan(1, 'SQL::Translator::Parser::XML', + 'SQL::Translator::Producer::XML'); +} + use SQL::Translator; # Producing a schema with a Translator different from the one the schema was