| Summary: | Exception on stringLib.getNextToken | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | broy2 |
| Component: | EDT | Assignee: | Project Inbox <edt.javascriptgen-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
*** Bug 364087 has been marked as a duplicate of this bug. *** Fixed in 20111121 build. Verified. |
Use EUNIT to run: library getNextToken result string; function getNextToken1(){@Test} myString string = "I need tokens$ for the $arcade"; myInt int = 3; try result = stringLib.getNextToken(myString, myInt, "$"); onException(oops AnyException) LogResult.failed("Exception"); exit; end LogResult.assertStringEqual("getNextToken1", "need tokens", result); end end Get exception: eglx.javascript.JavaScriptObjectException outAssignFn is not defined