| Summary: | Exception on mathLib.precision | ||
|---|---|---|---|
| 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 precision function precisionDecimal() {@Test} decimal31 decimal(31,3); resultInt int ; try resultInt = mathLib.precision(decimal31); onException(oops AnyException) LogResult.failed("Exception"); exit; end LogResult.assertDecimalEqual("precisionDecimal", 31, resultInt); end end When debugging, I see: eglx.javascript.JavaScriptObjectException x.eze$$signature is undefined