Gordon Sim wrote:
Steve Vinoski wrote:
On a potentially related note, does "ant test" work for everyone on
the Java code? It fails for me on OS X 10.4.7.
It fails for me as well. I'm not clear exactly which test fails. There
is a large stacktrace but I suspect from a brief scan that it just from
logging an exception passed into handling code and doesn't represent the
actual failure (could be wrong here though).
I found the text file produced from running the tests through ant and it
appeared that the issue was the absence of exceptions for incorrect
protocol initiation blocks. This appears to be a result of the cleanup
introduced in rev 347 where the check of the version is moved out of the
decoder. I have therefore modified that test to do its own checking and
it now passes along with all the other broker tests.
The client tests however don't seem to complete, so 'ant test' still
doesn't work for me. I don't at present have time to look into that though.
- Java tests as run from ant (was Re: commit emails?) Gordon Sim
-