| Summary: | XMLLib.convertToXML changing second parameter doesn't change the result | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Kathy Carroll <carrollk> |
| Component: | EDT | Assignee: | Project Inbox <edt.javagen-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jeffdouglas |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
This works for me now. Another fix must have corrected this. Agreed this was indirectly fixed. Verified with build 201110120952. |
Run the program. I expect the string to be different program driver type BasicProgram {} function main() myflex myflex; myflex.special = "int1 & int2"; pretty, pretty2 string; pretty = XMLLib.convertToXML(myFlex, false); syslib.writestdout(pretty); pretty2 = XMLLib.convertToXML(myFlex, true); syslib.writestdout(pretty2); if (pretty2 == pretty) syslib.writestdout("oops, should be different"); end end end record myflex special string; end