Hi,

this test seems to have an error. Line 154 has
emp1 = (Employee)pm.getObjectById(emp1Oid);

yet it should be
emp4 = (Employee)pm.getObjectById(emp4Oid);

since "emp4" is the Employee that is being compared just after ("emp1" is 
never used).


-- 
Andy  (Java Persistent Objects - http://www.jpox.org)

Reply via email to