Holger wants to merge 1 commit from /u/hschimanski/dbunit/ to master, 2016-06-26
Changing basedir in antTestBuildFile.xml and some other paths so that Eclipse JUnit runner and also Maven via mvn test are able to access all necessary files
Changing basedir for compatibility with Eclipse JUnit runner
When I build master with this change using Maven, this is the result for the IT tests: Tests run: 243, Failures: 1, Errors: 16, Skipped: 0
Do they all pass for you? What verifications/builds did you perform for this change?
I checked using "mvn test" and JAVA 1.7 in folder dbunit. 0 errors, ~4000 tests, 1 skipped.
Please build with either "mvn verify" or "mvn install" so the ITs run too.
Replaced by https://sourceforge.net/p/dbunit/code.git/merge-requests/18/
Log in to post a comment.
When I build master with this change using Maven, this is the result for the IT tests:
Tests run: 243, Failures: 1, Errors: 16, Skipped: 0
Do they all pass for you?
What verifications/builds did you perform for this change?
I checked using "mvn test" and JAVA 1.7 in folder dbunit. 0 errors, ~4000 tests, 1 skipped.
Please build with either "mvn verify" or "mvn install" so the ITs run too.
Replaced by https://sourceforge.net/p/dbunit/code.git/merge-requests/18/