# HG changeset patch # User royt # Date 1250244201 -3600 # Node ID 212621c49196fc113cd1bbacd5d5f4ecd65fcf17 # Parent 11662e122465083b27c788486ee996cc4365c257 change made in ats3_specialise_test_drop.pl script. diff -r 11662e122465 -r 212621c49196 common/tools/ats/ats_specialise_test_drop.pl --- a/common/tools/ats/ats_specialise_test_drop.pl Fri Aug 14 09:44:15 2009 +0100 +++ b/common/tools/ats/ats_specialise_test_drop.pl Fri Aug 14 11:03:21 2009 +0100 @@ -114,7 +114,7 @@ # Parse the input XML into hashref. my $test_drop = XMLin("./$xml_in", keeproot => 1, - forcearray => [ 'name', 'id','owner','priority','buildid','target','device', 'property', 'command', 'param'],# + forcearray => [ 'name', 'id','owner','priority','buildid','postaction','type','target','device', 'property', 'command', 'param'],# keyattr => [] );