Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 360825 - String length() function should include trailing whitespace
Summary: String length() function should include trailing whitespace
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-13 09:39 EDT by Kathy Carroll CLA
Modified: 2017-02-23 14:19 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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