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

Bug 362609

Summary: Exception on EList function indexOfElement
Product: z_Archived Reporter: broy2
Component: EDTAssignee: Project Inbox <edt.javascriptgen-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description broy2 CLA 2011-11-01 19:35:44 EDT
Use EUNIT to run:

library indexOfElement
	myDec decimal(2);
	myNames string[] =["Carolina", "State", "Duke"];
	
    function indexOfElement(){@Test}
        myDec = myNames.indexOfElement("Duke");
        LogResult.assertDecimalEqual1(3, myDec);
    end	    
end
Comment 1 broy2 CLA 2011-11-18 11:05:27 EST
Working in 20111118 build.
Comment 2 broy2 CLA 2011-11-18 11:05:40 EST
Verified.