Modified Files:
removed debug output at:
src/java/de/fhworms/ztt/ox/core/Exam.java
src/java/de/fhworms/ztt/ox/core/ExamParticipant.java
changed scope from private to public:
src/java/de/fhworms/ztt/ox/deployment/AccountBuilder.java
at: String create(Course course, Student student)
included AccountBuilder functionality
src/java/de/fhworms/ztt/ox/deployment/ExamDeployment.java
included Answer.setValue(false) for deployed Exam
src/java/de/fhworms/ztt/ox/examserver/ExamClientConnectorImpl.java
added unittest for testing setValue(boolean v)
src_test/java/unit/de/fhworms/ztt/ox/core/AnswerTest.java
changed filename in test testExamReadWrite()
src_test/java/unit/de/fhworms/ztt/ox/core/ExamTest.java
modified test to different behaviour of ExamDeployment
src_test/java/unit/de/fhworms/ztt/ox/deployment/ExamDeploymentTest.java