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:
@ -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();
|
||||
|
Reference in New Issue
Block a user