ContentMine / ami

Apache License 2.0
13 stars 14 forks source link

build problems - hard to repeat #38

Open tarrow opened 8 years ago

tarrow commented 8 years ago

Two fails in TestIdentifier and GeneArgProcessorTest

this is tucked away in the actual output of the tests:

Caused by: nu.xom.IllegalCharacterDataException: 0x17 is not allowed in XML content Type stack traces which result in failing tests.

I think it is something to do with encoding of the resources files but I'm not certain. It happens on an ubuntu virtual machine on my laptop; but not on what I thought was an identical VM on my desktop. However it does happen outside the VM on my gentoo box.

It also seems to fail to happen when on the same VM on my laptop but in a folder that is shared with the windows host but it may be masked by another error (Failure to delete test files) that is caused by windows trying to index the testfiles and they're made and keeping them open wiht with try and delete them.