Changes to tests to go along r1512
[dbsrgits/SQL-Translator.git] / t / 16xml-parser.t
index 05c9ad8..275ed7f 100644 (file)
@@ -90,7 +90,7 @@ schema_ok( $scma, {
                 {
                     name => "email",
                     data_type => "varchar",
-                    size => 255,
+                    size => 500,
                     is_unique => 1,
                     default_value => undef,
                     is_nullable => 1,
@@ -211,7 +211,7 @@ schema_ok( $scma, {
         {
             name                => 'foo_trigger',
             perform_action_when => 'after',
-            database_event      => 'insert',
+            database_events     => 'insert',
             on_table            => 'Basic',
             action              => 'update modified=timestamp();',
             extra => {