X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F17sqlfxml-producer.t;h=85042ce97f7aeaa921f651d13c03bf26b1daf903;hb=HEAD;hp=cded24b4121a410f2dcc499ad3ae3fff6232edf2;hpb=715b82950282ae3475e24d9b5c407d8d112399dc;p=dbsrgits%2FSQL-Translator.git diff --git a/t/17sqlfxml-producer.t b/t/17sqlfxml-producer.t index cded24b..85042ce 100644 --- a/t/17sqlfxml-producer.t +++ b/t/17sqlfxml-producer.t @@ -48,7 +48,7 @@ sub xml_equals my ($got, $expect, $msg) = (@_, "XML looks right"); $got =~ s/^ +//gm; $expect =~ s/^ +//gm; - eq_or_diff $got, $expect, $msg; + eq_or_diff $got, $expect, $msg, { context => 1 }; } # @@ -193,7 +193,7 @@ $ans = < - + update modified=timestamp(); @@ -222,6 +222,7 @@ EOXML database_events => [$database_event], table => $table, action => $action, + scope => 'row', extra => { hello => "world" }, ) or die $s->error;