Version |
Date |
Description |
0.3.2
|
2007-10-08 |
Version 0.3.2 Release Notes |
0.3.1
|
2007-09-30 |
Version 0.3.1 Release Notes |
0.3
|
2007-09-29 |
Version 0.3 Release Notes |
0.2
|
2006-09-05 |
Version 0.2 Release Notes |
Type |
Changes |
By |
|
The framework no longer removes error messages from the job log. |
lacton
|
Type |
Changes |
By |
|
Replaced all exclamation marks (!) by a simple dot (.), to avoid transcoding problem between different locales and different platforms. |
lacton
|
Type |
Changes |
By |
|
Added online help for commands RUCRTTST and RUCALLTST. |
lacton
|
|
Changed PGM parameter for RUCRTTST command to TSTPGM, to be consistent with RUCALLTST command. |
lacton
|
|
Fixed RUCALLTST completion message so that the words are suffixed by 's' only if there are several of them. |
lacton
|
|
Fixed fail() so that calling it from inside a monitor block actually raises an exception outside the monitor block. Until then, calling fail() from inside a monitor block would only force a jump to the on-error part of the block. |
lacton
|
|
If the setUpSuite procedure raises an error, RUCALLTST command tries to execute the tearDownSuite procedure anyway before ending. That way, the clean-up activities in tearDownSuite get a chance to run.
Also, an error during setUpSuite is no longer a special case. It is simply reported in the spool file, like any error raised during a test run. Same for tearDownSuite. |
lacton
|
|
RUCALLTST command generates spool files with mor
e helpful names than QSYSPRT. The spool file name is RPGUNIT and its associated user data is the name of the test program. |
lacton
|
|
RUCALLTST command sends status messages during test execution. |
lacton
|
|
RUCRTTST command gives a completion message when it ends successfully. |
lacton
|
|
Fixed RPGUnit's acceptance tests so that they pass when submitted from a server job (e.g., using RMTCMD). |
lacton
|
Type |
Changes |
By |
|
Uploaded source code to sourceforge. |
lacton
|