# HG changeset patch # User Maciej Seroka # Date 1260539448 0 # Node ID 65dc12e0fcacd17bc7e327bdbdddc7d93226a077 # Parent 1a356be50bf91fbb1ec7623ffb6f4806832aa265 Fixed postAction in ats_specialise_test_drop.pl diff -r 1a356be50bf9 -r 65dc12e0fcac common/tools/ats/ats_specialise_test_drop.pl --- a/common/tools/ats/ats_specialise_test_drop.pl Fri Dec 11 11:20:31 2009 +0000 +++ b/common/tools/ats/ats_specialise_test_drop.pl Fri Dec 11 13:50:48 2009 +0000 @@ -122,7 +122,7 @@ # Parse the input XML into hashref. my $test_drop = XMLin("./$xml_in", keeproot => 1, - forcearray => [ 'name', 'id','owner','priority','buildid','postaction','type','target','device', 'property', 'command', 'param'],# + forcearray => [ 'name', 'id','owner','priority','buildid','postAction','type','target','device', 'property', 'command', 'param'],# keyattr => [] ); # Insert the specified test drop name, if any.