Update Trigger to insist on a valid table for on_table
[dbsrgits/SQL-Translator.git] / t / 16xml-parser.t
index 49c0a26..3d1c568 100644 (file)
@@ -168,7 +168,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",