X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F16xml-parser.t;h=433ec08d84d9db8215034f1a12590da4310d8d40;hb=3e5e5622cdadf0099dd853b00b4a138bab2f8803;hp=a74429666377634796e2948df35f9762f3d74a0d;hpb=b178940934ec79968ed16511ec2644f3736c92f2;p=dbsrgits%2FSQL-Translator.git diff --git a/t/16xml-parser.t b/t/16xml-parser.t index a744296..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"; @@ -61,6 +61,7 @@ schema_ok( $scma, { foo => "bar", hello => "world", bar => "baz", + mysql_table_type => "InnoDB", }, fields => [ { @@ -118,6 +119,12 @@ schema_ok( $scma, { is_nullable => 1, comments => "Hello emptytagdef", }, + { + name => "timest", + data_type => "timestamp", + size => "0", + is_nullable => 1, + }, ], constraints => [ { @@ -167,7 +174,7 @@ schema_ok( $scma, { name => 'foo_trigger', perform_action_when => 'after', database_event => 'insert', - on_table => 'foo', + on_table => 'Basic', action => 'update modified=timestamp();', extra => { foo => "bar",