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