Skip to content
Snippets Groups Projects
Commit f69d6347 authored by Goik Martin's avatar Goik Martin
Browse files

Avoiding Exception spoiling statistic output

parent 550b7072
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@ public class SchemaTest {
final InstanceSetEvaluation ise = new InstanceSetEvaluation("SchemaTest");
Assert.assertTrue(ise.getErrorMessages(), ise.allTestsSucceeded);
System.out.println(ise.getMessages());
Assert.assertTrue(ise.getErrorMessages(), ise.allTestsSucceeded);
}
}
......@@ -17,8 +17,8 @@ public class SchemaTest {
final InstanceSetEvaluation ise = new InstanceSetEvaluation("SchemaTest");
Assert.assertTrue(ise.getErrorMessages(), ise.allTestsSucceeded);
System.out.println(ise.getMessages());
Assert.assertTrue(ise.getErrorMessages(), ise.allTestsSucceeded);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment