2008-12-15 09:14:50 UTC
I'm running here a few tests,
on the commandline I get the Error
Exception in thread "Thread-40" junit.framework.AssertionFailedError: b.waitForDisconnect(TIMEOUT) - Timeout Occurred: The maximum amount of time to wait for a request message has elapsed.
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.cafesip.sipunit.SipTestCase.assertLastOperationSuccess(SipTestCase.java:241)
at t_AcallB_2Parts$PartB.run(t_AcallB_2Parts.java:164)
But the Test runs through an finishes with a green tick.
So if there was an error, the test should fail??
greetz