On Wed, Nov 25, 2009 at 5:40 PM, Emmanuel Lecharny <[email protected]> wrote: > After a svn up, I have another error : > > ... > ------------------------------------------------------------------------------- > Test set: org.apache.vysper.stanzasession.StanzaSessionTestCase > ------------------------------------------------------------------------------- > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.288 sec > <<< FAILURE! > testHandshake(org.apache.vysper.stanzasession.StanzaSessionTestCase) Time > elapsed: 1.269 sec <<< FAILURE! > junit.framework.AssertionFailedError > at junit.framework.Assert.fail(Assert.java:47) > at junit.framework.Assert.assertTrue(Assert.java:20) > at junit.framework.Assert.assertNotNull(Assert.java:217) > at junit.framework.Assert.assertNotNull(Assert.java:210) > at > org.apache.vysper.stanzasession.StanzaSessionTestCase.testHandshake(StanzaSessionTestCase.java:78)
I'm not familiar with this particular test, but I just now checked out trunk and mvn install passed fine for me. Is this error reproducible on every build? Do you get any output from the test (you should)? /niklas
