Fix for accidentally disabled integration tests (#997)

* drop column is no longer required due to better db seperation
'

* integration test fix with BeforeAll
This commit is contained in:
René Zubcevic
2021-05-19 18:20:31 +02:00
committed by GitHub
parent a1071e9c00
commit a53ba0af5c
5 changed files with 6 additions and 9 deletions

View File

@ -74,7 +74,7 @@ public class SimpleXXE extends AssignmentEndpoint {
secure = true;
}
Comment comment = comments.parseXml(commentStr, secure);
System.err.println("Comment " + comment);
//System.err.println("Comment " + comment);
comments.addComment(comment, false);
if (checkSolution(comment)) {
return success(this).build();