private static final String PERSISTENCEUNITNAME = "EducationXPU";
private EntityManagerFactory emf;
private EntityManager em;
public UserTest() throws ParseException {
this.s1 = new User("anakin", "anakin@skywalker.net", "24ewRTtr", 'S', 500, new SimpleDateFormat("MM/dd/yy").parse("05/18/05"));
this.s2 = new User("luke", "luke@skywalker.net", "42eeRTew", 'S', 250, new SimpleDateFormat("MM/dd/yy").parse("05/18/05"));
}