Merge remote-tracking branch 'aduprat/fix-smtp-pop3-unstable-tests'
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/993f444f Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/993f444f Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/993f444f Branch: refs/heads/master Commit: 993f444fdc307d7b199bf51f5e9307c328ec5375 Parents: 36b0ef6 5f578db Author: Raphael Ouazana <[email protected]> Authored: Wed Dec 21 09:54:13 2016 +0100 Committer: Raphael Ouazana <[email protected]> Committed: Wed Dec 21 09:54:13 2016 +0100 ---------------------------------------------------------------------- protocols/api/pom.xml | 4 + .../api/utils/ProtocolServerUtils.java | 41 +++++ .../protocols/lmtp/AbstractLMTPServerTest.java | 36 ++-- .../lmtp/netty/NettyLMTPSServerTest.java | 7 +- .../lmtp/netty/NettyLMTPServerTest.java | 7 +- .../protocols/netty/AbstractAsyncServer.java | 13 +- .../protocols/pop3/AbstractPOP3SServerTest.java | 8 +- .../protocols/pop3/AbstractPOP3ServerTest.java | 89 +++++----- .../pop3/AbstractStartTlsPOP3ServerTest.java | 11 +- .../pop3/netty/NettyPOP3SServerTest.java | 7 +- .../pop3/netty/NettyPOP3ServerTest.java | 7 +- .../protocols/smtp/AbstractSMTPSServerTest.java | 9 +- .../protocols/smtp/AbstractSMTPServerTest.java | 175 ++++++++----------- .../smtp/netty/NettySMTPSServerTest.java | 7 +- .../smtp/netty/NettySMTPServerTest.java | 8 +- .../smtp/netty/NettyStartTlsSMTPServerTest.java | 50 +++--- server/protocols/protocols-pop3/pom.xml | 6 + .../apache/james/pop3server/POP3ServerTest.java | 50 ++++-- .../james/pop3server/POP3TestConfiguration.java | 8 +- .../apache/james/smtpserver/SMTPServerTest.java | 138 +++++++++------ .../james/smtpserver/SMTPTestConfiguration.java | 13 +- 21 files changed, 383 insertions(+), 311 deletions(-) ---------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
