From: Ash Berlin Date: Fri, 21 Dec 2007 10:02:30 +0000 (+0000) Subject: Fix test X-Git-Tag: v0.11008~348^2~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ace08c3da3d5186a4014a946fd70cf335e051b70;hp=17945694aeb9a55e84beea19cad1d370e9d5b67b;p=dbsrgits%2FSQL-Translator.git Fix test --- diff --git a/t/16xml-parser.t b/t/16xml-parser.t index bb9aecd..ed4a93d 100644 --- a/t/16xml-parser.t +++ b/t/16xml-parser.t @@ -57,11 +57,11 @@ schema_ok( $scma, { tables => [ { name => "Basic", + options => [ { ENGINE => 'InnoDB' } ], extra => { foo => "bar", hello => "world", bar => "baz", - mysql_table_type => "InnoDB", }, fields => [ { @@ -174,8 +174,8 @@ schema_ok( $scma, { foo => "bar", hello => "world", bar => "baz", - mysql_table_type => "InnoDB", }, + options => [ { ENGINE => 'InnoDB' } ], fields => [ { name => "id",