add shim for non-lethal future development
[dbsrgits/SQL-Translator.git] / t / 61translator_agnostic.t
index f35abca..e706717 100644 (file)
@@ -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