added member mailAddress to Student and ExamParticipant
to be used for sending mails with the passwords to
the Students after deployment and Registration
via servlet ...
Modified Files:
src/java/de/fhworms/ztt/ox/core/Exam.java
src/java/de/fhworms/ztt/ox/core/ExamParticipant.java
src/java/de/fhworms/ztt/ox/core/ListFactory.java
src/java/de/fhworms/ztt/ox/core/Student.java
had to change the Tests as well
src_test/java/unit/de/fhworms/ztt/ox/core/ExamParticipantTest.java
src_test/java/unit/de/fhworms/ztt/ox/core/ExamTest.java
src_test/java/unit/de/fhworms/ztt/ox/core/StudentTest.java