X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Translator.git;a=blobdiff_plain;f=t%2F16xml-parser.t;h=165d11fb25a8162b0591adec0f2d204472e02120;hp=b8fad415b962b4f178db139cac065fd12be9a3f0;hb=c0ec0e22d3f0e3852c00daac5ef5763010b410c3;hpb=913fea5aff907287ac578782b0327599f2e91bc1 diff --git a/t/16xml-parser.t b/t/16xml-parser.t index b8fad41..165d11f 100644 --- a/t/16xml-parser.t +++ b/t/16xml-parser.t @@ -27,7 +27,7 @@ use constant DEBUG => (exists $opt{d} ? 1 : 0); #============================================================================= BEGIN { - maybe_plan(238, 'SQL::Translator::Parser::XML::SQLFairy'); + maybe_plan(undef, 'SQL::Translator::Parser::XML::SQLFairy'); } my $testschema = "$Bin/data/xml/schema.xml"; @@ -235,6 +235,7 @@ schema_ok( $scma, { database_events => 'insert', on_table => 'Basic', action => 'update modified=timestamp();', + scope => 'row', extra => { foo => "bar", hello => "world", @@ -247,6 +248,7 @@ schema_ok( $scma, { database_events => 'insert,update', on_table => 'Basic', action => 'update modified2=timestamp();', + scope => 'row', extra => { hello => "aliens", }, @@ -269,3 +271,5 @@ schema_ok( $scma, { ], }); # end schema + +done_testing;