You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/01/13 20:07:32 UTC

svn commit: r898888 - /james/server/trunk/smtpserver-function/src/test/java/org/apache/james/smtpserver/AsyncSMTPServerTest.java

Author: norman
Date: Wed Jan 13 19:07:32 2010
New Revision: 898888

URL: http://svn.apache.org/viewvc?rev=898888&view=rev
Log:
Remove MailetContext as dependency of SMTPServer (JAMES-739)

Modified:
    james/server/trunk/smtpserver-function/src/test/java/org/apache/james/smtpserver/AsyncSMTPServerTest.java

Modified: james/server/trunk/smtpserver-function/src/test/java/org/apache/james/smtpserver/AsyncSMTPServerTest.java
URL: http://svn.apache.org/viewvc/james/server/trunk/smtpserver-function/src/test/java/org/apache/james/smtpserver/AsyncSMTPServerTest.java?rev=898888&r1=898887&r2=898888&view=diff
==============================================================================
--- james/server/trunk/smtpserver-function/src/test/java/org/apache/james/smtpserver/AsyncSMTPServerTest.java (original)
+++ james/server/trunk/smtpserver-function/src/test/java/org/apache/james/smtpserver/AsyncSMTPServerTest.java Wed Jan 13 19:07:32 2010
@@ -38,7 +38,6 @@
         m_smtpServer.setFileSystem(fileSystem);
         m_smtpServer.setLoader(m_serviceManager);
         m_smtpServer.setLog(new SimpleLog("Mock"));
-        m_smtpServer.setMailetContext(mailetContext);
         m_smtpServer.setMailServer(m_mailServer);
         m_testConfiguration = new SMTPTestConfiguration(m_smtpListenerPort);
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org