| Summary: | ! operand not honored in function parameter expression | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Kathy Carroll <carrollk> |
| Component: | EDT | Assignee: | Project Inbox <edt.javagen-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jeffdouglas |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
fixed verified Closing this defect. |
expect all three test to have result be true program test type BasicProgram {} function main() conditional boolean = false; assertTrue("Test 1 ", (!conditional) ); assertTrue("Test 2 ", !conditional ); assertTrue("Test 3 ", (conditional == false) ); end function assertTrue(variation string, result boolean in) syslib.writeStdOut(variation + result); end end