No warnings during tests -- it's ugly.
[dbsrgits/SQL-Translator.git] / t / 48xml-to-sqlite.t
index c1dba06..4dd1da7 100644 (file)
@@ -21,7 +21,7 @@ my $xmlfile = "$Bin/data/xml/schema.xml";
 my $sqlt;
 $sqlt = SQL::Translator->new(
     no_comments => 1,
-    show_warnings  => 1,
+    show_warnings  => 0,
     add_drop_table => 1,
 );