MyEntityTest.java I’ve slightly changed your test case and it is working without problems. Why you still have this last assertion:
assertEquals(CHANGED, result.get(0).getInfo(), "plain property not changed");
when infor property has not been changed? |