Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Check In - Bugs 292255, Bug 291281 and Bug 291192 - fix PersistenceUtil tests, better behavior for orphan removal and MapKeys, remove use of Arrays.copy

https://bugs.eclipse.org/bugs/show_bug.cgi?id=292192
- Arrays.copy not supported in JDK 6
- Removed references to Arrays.copy() replaced with new methods in Helper class
- reviewed by Michael O'Brien
- Tested with JPA tests (no explicit tests added - corrects issue already exposed by nightly run)

https://bugs.eclipse.org/bugs/show_bug.cgi?id=291281
- Orphan removal removes map key
- Removal code did not check for privateOwned/orphan removal - one line change
- reviewed by Guy Pelletier
- Added test to InheritedTestModel

https://bugs.eclipse.org/bugs/show_bug.cgi?id=292255
- PerisistenceUtilTest fail in non-weaved environment
- Tests were not flexible in their result checking, fixed a number of asserts
- Reviewed By Chris Delahunt
- Tested with JPA tests (no explicit tests added - corrects issue already exposed by nightly run)


Back to the top