X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F46xml-to-pg.t;h=87469dcf1d21b958584fe695bf24e8af92182356;hb=5991fad4ab740ce45140eab7c6fe930a3d57241c;hp=952516092164aea5104963ee3c10562230f6e882;hpb=21d62b634231c0c9d8314a04dc8857de70382a55;p=dbsrgits%2FSQL-Translator.git diff --git a/t/46xml-to-pg.t b/t/46xml-to-pg.t index 9525160..87469dc 100644 --- a/t/46xml-to-pg.t +++ b/t/46xml-to-pg.t @@ -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, );