Community
Participate
Working Groups
RATLC02495998/PM50017 - RBD 8012 Can't add numerical keys to the dictionary Use EUNIT to run: library apar values any[]; function apar() {@Test} dict2 Dictionary = new dictionary ( true, OrderingKind.byInsertion ); dict2["1"] = "first"; dict2["b2"] = "second"; dict2["3c"] = "third"; dict2["d"] = "fourth"; dict2["5"] = "fifth"; values = dict2.getValues(); LogResult.assertStringEqual1("third", values[3]); end end Get: Failed: Expected value = 'third' Actual value = 'fourth'
Ported the patch from RBD to EDT. Thanks.
Verified in 20111121 build.
updating to remove IPLaw flag