tests
This commit is contained in:
parent
276fff7006
commit
957f49b324
1 changed files with 1 additions and 1 deletions
|
@ -829,7 +829,7 @@ public class UseCasesIntegrationTest extends GuiIntegrationTest {
|
|||
|
||||
assertNotNull(newExamResult);
|
||||
if (newExamResult.hasError()) {
|
||||
System.out.println("***************************** ");
|
||||
System.out.println("***************************** " + newExamResult.getError().getMessage());
|
||||
newExamResult.getError().printStackTrace();
|
||||
}
|
||||
assertFalse(newExamResult.hasError());
|
||||
|
|
Loading…
Reference in a new issue