X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F16xml-parser.t;fp=t%2F16xml-parser.t;h=ae96dd4f3e754dc3c685ba5b0120274c7d2d083b;hb=0a0aab7b528f29da185d00a63b4f11597fdd6170;hp=53180eb695f58141d9146c14b494a18445ec0a46;hpb=6142e63541b6a6ae5658437b0ff49332c9121212;p=dbsrgits%2FSQL-Translator.git diff --git a/t/16xml-parser.t b/t/16xml-parser.t index 53180eb..ae96dd4 100644 --- a/t/16xml-parser.t +++ b/t/16xml-parser.t @@ -27,7 +27,7 @@ use constant DEBUG => (exists $opt{d} ? 1 : 0); #============================================================================= BEGIN { - maybe_plan(212, 'SQL::Translator::Parser::XML::SQLFairy'); + maybe_plan(224, 'SQL::Translator::Parser::XML::SQLFairy'); } my $testschema = "$Bin/data/xml/schema.xml"; @@ -199,6 +199,12 @@ schema_ok( $scma, { is_primary_key => 1, is_auto_increment => 1, }, + { + name => "num", + data_type => "numeric", + default_value => undef, + size => '10,2', + }, ], }, # end table Another ], # end tables