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

Bug 360825

Summary: String length() function should include trailing whitespace
Product: z_Archived Reporter: Kathy Carroll <carrollk>
Component: EDTAssignee: Project Inbox <edt.javascriptgen-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: greer
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Kathy Carroll CLA 2011-10-13 09:39:23 EDT
String length() function should include trailing whitespace.

Use EUNIT framework to test variation

	function runCharacterUtilFunction02(){@Test}
		s1 = "abcdef ";
		actualInt = s1.length();
		expectedInt = 7;
		LogResult.assertBigIntEqual1(expectedInt, actualInt);
	end
Comment 1 Scott Greer CLA 2011-10-14 10:40:36 EDT
Fixed
Comment 2 Kathy Carroll CLA 2011-10-17 18:05:49 EDT
Verified with 201110170901 & closed.
Comment 3 Kathy Carroll CLA 2011-10-25 11:51:33 EDT
updated state