From: Jeff H. <Je...@Je...> - 2019-10-30 23:45:06
|
<html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body text="#000000" bgcolor="#FFFFFF"> <p>I have written what I hope are a comprehensive set of tests for some of the existing stages. In doing so, I have found some errors/omissions in some of the existing stages.</p> <p>As a result, I have published tests for the BETWEEN and COMPARE stages, and also published updated versions of those two.</p> <p>These are in the SourceForge Code base now. Full "railroad"-diagrams of the options are in both the stage and test source files.<br> </p> <ul> <li>BETWEEN</li> <ul> <li>Added CASELESS option to come up to the current CMS version</li> <li>Fixed CASEANY, CASEIGNORE, and IGNORECASE logic to work with the latest NetRexx</li> </ul> <li>COMPARE</li> <ul> <li>Note: This is not a stage in CMS, but it is very useful in testing stages against expected output<br> </li> <li>Fixed for the first stream being shorter than the second</li> <li>Fixed PAD Xorc handling</li> <li>Added that control characters when in the report are displayed as "blob"-characters</li> <li>Fixed so two null streams are considered to be equal</li> </ul> <li>between_tests.njp</li> <ul> <li>11 tests<br> </li> </ul> <li>compare_tests1.njp</li> <ul> <li>10 tests</li> </ul> <li>compare_tests2.njp</li> <ul> <li>10 tests</li> </ul> </ul> <p>I will be adding more test sets and updated stages soon., and announcing them here.<br> </p> <p>Jeff Hennick<br> </p> </body> </html> |