On Thu, 24 Apr 2014, Annie Burgess wrote:
I'm working on a very simple starter unit test for a new parser and am coming up with some roadblocks. I suspect it may be classpath related, but have tried many iterations and am coming up short.
At first glance, it looks like your unit test is running fine, but one of the tests in it is failing
Running edu.usc.sunset.burgess.tika.EnviHeaderParserTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec <<< FAILURE!
Check under target to see if maven helpfully wrote a text file telling you the result of the test, that ought to let you know which assert failed
Nick