| Summary: | String length() function should include trailing whitespace | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Kathy Carroll <carrollk> |
| Component: | EDT | Assignee: | 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: | |||
Fixed Verified with 201110170901 & closed. updated state |
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