Fix test
Ash Berlin [Fri, 21 Dec 2007 10:02:30 +0000 (10:02 +0000)]
t/16xml-parser.t

index bb9aecd..ed4a93d 100644 (file)
@@ -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",