X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F08postgres-to-mysql.t;h=c087a0e57af038ac2778d12ca92639dcfaedcdaa;hb=06f34bdf19a94eacc1a3bb33534a3cd9879e12e7;hp=19a668b43b38107b141dd1f882fb5c90c7511a25;hpb=30e3372edfe160c9c533533878fd7e98602a43df;p=dbsrgits%2FSQL-Translator.git diff --git a/t/08postgres-to-mysql.t b/t/08postgres-to-mysql.t index 19a668b..c087a0e 100644 --- a/t/08postgres-to-mysql.t +++ b/t/08postgres-to-mysql.t @@ -2,9 +2,16 @@ # vim: set ft=perl: use strict; -use Test::More tests => 1; +use Test::More; use SQL::Translator; use Data::Dumper; +use Test::SQL::Translator qw(maybe_plan); + +BEGIN { + maybe_plan(1, + 'SQL::Translator::Parser::MySQL', + 'SQL::Translator::Producer::PostgreSQL'); +} my $create = q|