X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F17sqlfxml-producer.t;h=e9096735cdc7bb1845057d4963bbad86b5784b5b;hb=d4924f25d6cc897fa44e9bd9f0123308f63abc11;hp=31bbf0c479ea2912499e3b9678d2226beeeb5465;hpb=8ce5d6158b9fb1e09bda97b1061eea5232c268ad;p=dbsrgits%2FSQL-Translator.git diff --git a/t/17sqlfxml-producer.t b/t/17sqlfxml-producer.t index 31bbf0c..e909673 100644 --- a/t/17sqlfxml-producer.t +++ b/t/17sqlfxml-producer.t @@ -182,7 +182,7 @@ $ans = < - + update modified=timestamp(); @@ -208,7 +208,7 @@ EOXML my $t = $s->add_trigger( name => $name, perform_action_when => $perform_action_when, - database_event => $database_event, + database_events => [$database_event], table => $table, action => $action, extra => { hello => "world" },