This commit is contained in:
Emmanuel Bernard 2011-01-14 15:27:30 +01:00
parent af7095781e
commit 74911669a0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public class UnidirCollectionWithMultipleOwnerTest extends TestCase {
Father father = new Father();
Mother mother = new Mother();
s.save( father );
s.save( mother );
//s.save( mother );
Son son = new Son();
father.getOrderedSons().add( son );
son.setFather( father );