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

Bug 363351

Summary: stringLib.format(mySmallInt returns null
Product: z_Archived Reporter: broy2
Component: EDTAssignee: Project Inbox <edt.javascriptgen-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description broy2 CLA 2011-11-09 11:36:17 EST
Use EUNIT to run:

library formatSmallInt	
	mySmallInt smallInt;
	myString string;
    function formatSmallIntTest(){@Test}
    	mySmallInt = 1005;
        myString = stringLib.format(mySmallInt, "$+***,***");
        LogResult.assertStringEqual1( "$+**1,005", myString);
    end	
end

Failed: Expected value = '$+**1,005' Actual value = 'undefined' 

Running debug, the value of myString is null.
Comment 1 broy2 CLA 2011-11-19 10:22:22 EST
Newer defect has more detail.

*** This bug has been marked as a duplicate of bug 364063 ***
Comment 2 broy2 CLA 2011-11-21 17:28:27 EST
Verified in 20111121 build.