Community
Participate
Working Groups
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
*** Bug 364087 has been marked as a duplicate of this bug. ***
Fixed in 20111121 build.
Verified.