db.setSecret(person_id, Environment.security_questions[6], secret_in);
} catch (UniFileException ex) {
System.err.println("setNewSecretParams - " + ex);
System.err.println("setNewSecretParams - No record to delete");
} finally {
fd.unlockRecord();
fd.close();
}
}
public void testReconnect() throws Exception {