Details
-
Test
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.3.2
-
None
Description
POP3ServerTest.setupTestMails() creates two emails
- a proper one with 92 bytes length
- the second one is empty
The testKnownUserInboxWithMessages() deletes the first messages and checks for the size of the second message to ensure it has 92 bytes BUT we get the empty message.
To make things worse
- this test fails for the tagged release
- I think this only went unnoticed because the Ant build was used which does not run the unit tests per default
- the Ant test can't be run because there is no JUnit library in "./tools/lib"
- the (outdated) M2 reports the problem as expected
I attach a patch which fixes the broken test and please add junit to the Ant test class path