Comment 2 for bug 551351

Revision history for this message
Guillermo Gonzalez (verterok) wrote : Re: Failed tests: testAnnotate, testStatus, testIgnored

Hi Ian,

Hmm, looks like your tmp dir is a symlink and bzr-java-lib test suite doesn't like that

Please try running the tests using -Djava.io.tmpdir=<path/to/dir>

e.g:

$> mvn test -Djava.io.tmpdir=/tmp

Regards