| Summary: | Exception on exponent operator | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | broy2 |
| Component: | EDT | Assignee: | Yun Feng Ma <mayunf> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | hjiyong |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Resolved indirectly Verified by Pengfei Verified in 20111114 build. |
Use EUNIT to run: library exponent a decimal(4) = 6; b decimal(4) = 2; function operators(){@Test} try a = a ** b; onException(oops AnyException) LogResult.failed("Exception"); exit; end LogResult.assertDecimalEqual("operators", 36, a); end end Get exception: eglx.javascript.JavaScriptObjectException x.toFixed is not a function