On Thu, Oct 16, 2008 at 6:08 PM, Emmanuel Lecharny <[EMAIL PROTECTED]>wrote:
> >> > Can you provide the content of the SureFire tests? (there are available in > the target directory) > > The SureFire content should also be linked on this page: http://giantflyingsaucer.com/mina-error.htm - near the bottom under the image. I ran the Maven build again today and this time didn't get the other error, just this one: ------------------------------------------------------------------------------- Test set: org.apache.mina.filter.codec.textline.TextLineDecoderTest ------------------------------------------------------------------------------- Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.781 sec <<< FAILURE! testOverflow(org.apache.mina.filter.codec.textline.TextLineDecoderTest) Time elapsed: 0.761 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.assertTrue(Assert.java:27) at org.apache.mina.filter.codec.textline.TextLineDecoderTest.testOverflow(TextLineDecoderTest.java:302) Line 302 is: Assert.assertTrue(Runtime.getRuntime().freeMemory() - oldFreeMemory < 1048576); It seems pretty hit or miss if I get two errors or one. Thanks, Chad
