X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F34tt-base.t;h=f69f2aa66163a2d8f4a2044437b51c65b2b20758;hb=13e41152ed92d297343c9f86ae1a8652c4370b0a;hp=d104dbeeeda00ded94957c46cad91a80f45cdeec;hpb=8c4efd11b1888e7b99cdc302dbc66ace5037453d;p=dbsrgits%2FSQL-Translator.git diff --git a/t/34tt-base.t b/t/34tt-base.t index d104dbe..f69f2aa 100644 --- a/t/34tt-base.t +++ b/t/34tt-base.t @@ -10,8 +10,8 @@ use Test::Exception; use Test::SQL::Translator qw(maybe_plan); BEGIN { - maybe_plan(4, 'Template', - 'Test::Differences', + maybe_plan(4, 'Template 2.20', + 'Test::Differences', 'SQL::Translator::Parser::XML::SQLFairy') } use Test::Differences; @@ -26,7 +26,7 @@ use lib ("$Bin/lib"); my $obj; $obj = SQL::Translator->new( debug => 0, - show_warnings => 1, + show_warnings => 0, add_drop_table => 1, from => "XML-SQLFairy", filename => "$Bin/data/xml/schema.xml", @@ -42,8 +42,13 @@ eq_or_diff $out, ,"Output looks right"; __DATA__ Hello World -Tables: Basic +Tables: Basic, Another Basic ------ -Fields: id title description email explicitnulldef explicitemptystring emptytagdef +Fields: id title description email explicitnulldef explicitemptystring emptytagdef another_id timest + +Another +------ +Fields: id num +