Fixed postAction in ats_specialise_test_drop.pl
authorMaciej Seroka <maciejs@symbian.org>
Fri, 11 Dec 2009 13:50:48 +0000
changeset 823 65dc12e0fcac
parent 822 1a356be50bf9
child 824 6b6a916ded0c
Fixed postAction in ats_specialise_test_drop.pl
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.