Releases: hprange/wounit
Releases · hprange/wounit
WOUnit 1.4.1
Bug Fixes
- Fixed error when the code under test tries to dispose the editing context.
WOUnit 1.4
Bug Fixes
- Fixed error spying EO using recent Mockito version.
Features
- Added option to disable partials.
WOUnit 1.3.1
Bug Fixes
- Fixed an error while fetching raw rows.
WOUnit 1.3
Bug Fixes
- Fixed binary incompatibility between Wonder 6 and 7.
- WOUnit didn't propagate delete when validating objects for deletion
Feature
- Replaces the ERXEC factory by the WOUnitEditingContextFactory automatically.
- Added utility class to help change the factory for ERXEC.newEditingContext
WOUnit 1.2.4
Bugfixes
- Add support for entities that have a primary key of type Long (issue #48)
- Fix binary incompatibility between Wonder 6 and 7 (issue #52)
- Invoke validationForInsert or validationForUpdate according to the state of the object when using the canBeSaved matcher (issue #47)
WOUnit 1.2.4 is compatible with Wonder 6 and 7.
WOUnit 1.3-beta-3
WOUnit 1.3-beta-3 is compatible with Wonder 6 and 7.
WOUnit 1.2.3
WOUnit 1.2.2
Bug Fixes
- Fix an exception in the cleanup code that hides the original exception in failing test cases (issue #30)
WOUnit 1.2.1
Bug Fixes
- Fix a problem while loading models that make use of extended prototypes (issue #27)