-
Notifications
You must be signed in to change notification settings - Fork 147
Closed
Labels
testjunit test related thingsjunit test related things
Description
Several (175) terminal tests are failing in I-Build test execution because they are expected to be run with assertions enabled, but the Ant-based execution does not seem to do that by default:
No Assertions! Run this code with assertions enabled! (vmargs: -ea)
java.lang.Error: No Assertions! Run this code with assertions enabled! (vmargs: -ea)
at org.eclipse.terminal.internal.model.AbstractITerminalTextDataTest.setUp(AbstractITerminalTextDataTest.java:34)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
It affects every test class derived from AbstractITerminalTextDataTest.
Metadata
Metadata
Assignees
Labels
testjunit test related thingsjunit test related things