X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F16xml-parser.t;h=433ec08d84d9db8215034f1a12590da4310d8d40;hb=08d91aada45b94a16f3660b5cc10384df5616ff9;hp=3d1c5681ae53097efd95ef0333732716b66697f5;hpb=5c32ca599a05e9950d26fd2238f071cffc2c964e;p=dbsrgits%2FSQL-Translator.git diff --git a/t/16xml-parser.t b/t/16xml-parser.t index 3d1c568..433ec08 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(150, 'SQL::Translator::Parser::XML::SQLFairy'); + maybe_plan(162, 'SQL::Translator::Parser::XML::SQLFairy'); } my $testschema = "$Bin/data/xml/schema.xml"; @@ -119,6 +119,12 @@ schema_ok( $scma, { is_nullable => 1, comments => "Hello emptytagdef", }, + { + name => "timest", + data_type => "timestamp", + size => "0", + is_nullable => 1, + }, ], constraints => [ {