Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 362691

Summary: APAR - PM50017 needs fixing in EDT as well as RBD
Product: z_Archived Reporter: broy2
Component: EDTAssignee: Yun Feng Ma <mayunf>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P1 CC: jqian, mayunf
Version: unspecifiedFlags: lasher: iplog-
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description broy2 CLA 2011-11-02 11:29:09 EDT
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'
Comment 1 Yun Feng Ma CLA 2011-11-18 09:44:09 EST
Ported the patch from RBD to EDT. Thanks.
Comment 2 broy2 CLA 2011-11-21 17:27:10 EST
Verified in 20111121 build.
Comment 3 Lisa Lasher CLA 2012-04-03 15:58:36 EDT
updating to remove IPLaw flag