Change Log
Change Log Top
1.2
- OEUnit 1.2 requires OpenEdge 10.2b
- Changes to show the error message returned from simple RETURN ERROR "error message" statements
- Updated UI/ResultsWindow.w to show 'RUNNING' while tests are running
- Increased the default height & width of the UI/DetailsWindow.w and improved general readability
- Updated code to use the new ABSTRACT keyword introduced in OpenEdge 10.2b
- Updated Reflection/MethodInfo.cls to use the new DYNAMIC-INVOKE function introduced in OpenEdge 10.2b - removed Util/CallMethod.p
- Updated Runner/BaseRunner.cls to use the new EVENT keyword introduced in OpenEdge 10.2b
- Simplified interfaces for Util/List.cls and Util/IComparator.cls
- Added a change log to the project documentation
1.1 Beta
- Added changes to support the OpenEdge 10.2a runtime
- Corrected the method modifiers in UI/ResultsWindowView.cls - causing compile time errors in 10.2a, but was somehow working in 10.1c ?
- Fixed bug in Remove() method of Util/List.cls - elements were being re-indexed incorrectly
1.0 Beta
- Initial release - basic functionality to run test cases and suites.