I noticed that some of the tests, in particular the org.commocrawl.* tests are not being ran, despite they are compiled correctly.
Individual tests can run, e.g. from the PR #42 this test should fail:
ant test-core -Dtestcase=TestWarcWriter
I've been already wrangling my head around it and could not find a the problem..
I noticed that some of the tests, in particular the
org.commocrawl.*tests are not being ran, despite they are compiled correctly.Individual tests can run, e.g. from the PR #42 this test should fail:
I've been already wrangling my head around it and could not find a the problem..