X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F34tt-base.t;h=f69f2aa66163a2d8f4a2044437b51c65b2b20758;hb=ad071409cb8f526337abbe025a63aa1e67716165;hp=8808b1d5cd4bece4c517d8fe37156a7e36f0ff84;hpb=08d91aada45b94a16f3660b5cc10384df5616ff9;p=dbsrgits%2FSQL-Translator.git diff --git a/t/34tt-base.t b/t/34tt-base.t index 8808b1d..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 timest +Fields: id title description email explicitnulldef explicitemptystring emptytagdef another_id timest + +Another +------ +Fields: id num +