I should also note that some of the unit test fail on Windows.
Failed tests:
testTrie1(org.archive.url.PublicSuffixesTest): expected:<...
testTrie2(org.archive.url.PublicSuffixesTest): expected:<...
testTrie3(org.archive.url.PublicSuffixesTest): expected:<...
Tests in error:
testWrite(org.archive.format.gzip.GZIPMemberWriterTest): \tmp\tmp.gz (The system cannot find the path specified)
testGetRecordIteratorStringBoolean(org.archive.util.binsearch.SortedTextFileTest): \tmp\test.tmp (The system cannot find the path specified)
testHasNext(org.archive.util.iterator.SortedCompositeIteratorTest): \tmp\a (The system cannot find the path specified)
Tests run: 171, Failures: 3, Errors: 3, Skipped: 0
The errors are easily understandable. I'm unsure why PublicSuffixesTest is failing though.
May be partly due to some hard-coded reference to /tmp?
I should also note that some of the unit test fail on Windows.
The errors are easily understandable. I'm unsure why PublicSuffixesTest is failing though.
May be partly due to some hard-coded reference to /tmp?