Upgrading From v5.1.0 to v6.0.0

Breaking Change

The layout of the user space for carrying the test results to the Eclipse iRPGUnit plug-in has changed. The current version is 6. Version 4 user spaces, introduced with v5.1.0.r (12.07.2025), are still supported.

Recommendation

It is recommended to re-compile existing test suites, because of the change applied to procedure aEqual(). Without recompiling the test suites, the lengths of 'expected' and 'actual' are always assumed as 32565 bytes.

Processing of Assertions

Optionally all assertions of a test case can be executed, now. Optional können jetzt alle Zusicherungen eines Testfalls abgerabeitet werden. Until now, the processing of assertions was aborted at the first error.

See: Preferences

XML Output Type

Starting with v6.0.0, the XML output type defaults to *JENKINS2. The old format is produced, if parameter XMLTYPE is set to *JENKINS1.

This change was required, because RPGUNIT shows the expected and actual values of a failed test case, now.

XML Output Type 1

XML Output Type 2

XML Output VS Code 1