| Summary: | Exception on mathLib.cos | ||
|---|---|---|---|
| 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: | |||
Fixed in 20111121 build. Verified. |
Use EUNIT to run: library cos function cos(){@Test} result decimal(18, 6); decimalX decimal = -000000000000.000480; try result = mathLib.cos(decimalX); onException(oops AnyException) LogResult.failed("Exception"); exit; end LogResult.assertDecimalEqual("cos", 1.000000, result); end end When debugging, I see: eglx.javascript.JavaScriptObjectException x is not defined