Brett Meyer commented on Bug HHH-8083

Marc Schipperheyn, note that your test case's #owningSaveTestOrhphanRemovalFalse and #owningSaveTestOrhphanRemovalTrue are incorrect use for indexed collections (List). For example, on #owningSaveTestOrhphanRemovalFalse, you do "post.setForum(forum);", but not "form.getPosts().add(post)". Without the latter, you're not adding anything to the actual list and therefore there's no index to insert.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira