o2.setStartDate("10/10/1924");
o2.setName("BIKANER");
slsbvalidityOrg.updateOrg(o2);
Organization ret1 = slsbvalidityOrg.retrieveOldOrgbyId(o2.getId());
// check that property startDate is audited
Assert.assertEquals("10/10/1974", ret1.getStartDate());
Assert.assertEquals("HALDIRAMS", ret1.getName());
// check that property location is notaudited
Assert.assertNull(ret1.getLocation());