BatchChunkExceptionTest.testBatchChunkException test fails
sermojohn opened this issue · 1 comments
sermojohn commented
This test case fails.
java.lang.AssertionError: expected:<1> but was:<2> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.javaee7.batch.chunk.exception.BatchChunkExceptionTest.testBatchChunkException(BatchChunkExceptionTest.java:122)
Steps to reproduce:
- Checkout master branch
- Run tests using the command
mvn test -Pwildfly-managed-arquillian -Dwildfly.version=10.1.0.Final
arjantijms commented
Fixed now, thanks for the report.