Update tests to use maybe_plan.
[dbsrgits/SQL-Translator.git] / t / 16xml-parser.t
index 0661c98..a407d2c 100644 (file)
@@ -25,8 +25,10 @@ use constant DEBUG => (exists $opt{d} ? 1 : 0);
 
 # Testing 1,2,3,4...
 #=============================================================================
-
-plan tests => 284;
+BEGIN {
+    maybe_plan(284, 'SQL::Translator::Parser::XML::SQLFairy');
+}
 
 foreach (
     "$Bin/data/xml/schema-basic.xml",