| Summary: | [EDT test framework] LogResults.egl contains invalid EDT code | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Kathy Carroll <carrollk> |
| Component: | EDT | Assignee: | Project Inbox <edt.compiler-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | mheitz |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
This problem has been resolved. verified Closing this defect. |
these functions function assertDecimalEqual(message String in, expected decimal in, actual decimal in) isEqual boolean = (expected == actual); expectAssertTrue(message, expected, actual, isEqual); end function assertDecimalEqual1(expected decimal in, actual decimal in) assertDecimalEqual("", expected, actual); end are getting EDT validation errors: IWN.VAL.4350.e 197/58 The type definition for primitive type DECIMAL must include a length. IWN.VAL.5602.e 197/58 The parameter expected of type decimal for Function assertDecimalEqual in Library LogResult must specify a length.