Community
Participate
Working Groups
Use EUNIT to run: library setElement myNames string[] =["Carolina", "State", "Duke"]; function removeAll(){@Test} try myNames.setElement("Meredith", 1); onException(oops AnyException) LogResult.failed("Exception"); exit; end LogResult.assertStringEqual1("Meredith", myNames[1]); end end When debugging, I see: eglx.javascript.JavaScriptObjectException this.myNames.setElement is not a function
Fixed in 20111121 build.
Verified.