I tried again this time all the tests in the package
org.apache.ftpserver.ftplet this time only testOnLogin failed. But its
the same thing:
assertEquals( 2, calls.size() )
Its expecting 2, but getting one. Is there a quick fix to stabalise this?
Mark
Mark Proctor wrote:
The test fails when running in both Eclipse and Maven. However if I
run the class org.apache.ftpserver.ftplet.DefaultFtpLetContainerTest
on its own, and not as part of a set of tests, then it passes.
Mark
Mark Proctor wrote:
I'm just trying trunk and there is a test failure:
org.apache.ftpserver.ftplet.DefaultFtpLetContainerTest
testOnUploadUniqueEnd(.....)
AssertionFailed: expected:<2> but was:<1>
Is trunk stable, or is there another recent release I should be using?
Mark