818283848586878889909192
public void test02_ASetBDropExisting() throws Exception { resetDB(); beginTransaction(); try { PersonLocal person = findPerson(1); person.setLicense(null); } finally { completeTransaction(); } assertUnlinked(1);