Author: norman
Date: Wed Jan 13 18:31:20 2010
New Revision: 898871

URL: http://svn.apache.org/viewvc?rev=898871&view=rev
Log:
Enable tests again

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=898871&r1=898870&r2=898871&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 18:31:20 2010
@@ -19,11 +19,6 @@
 
 package org.apache.james.smtpserver;
 
-import java.io.IOException;
-
-import javax.mail.MessagingException;
-import javax.mail.internet.MimeMessage;
-
 import org.apache.commons.logging.impl.SimpleLog;
 import org.apache.james.api.kernel.mock.FakeLoader;
 import org.apache.james.smtpserver.integration.SMTPServerDNSServiceAdapter;
@@ -67,192 +62,6 @@
         // Disable superclass test because this doesn't work with MINA yet.
         // TODO try to understand and fix it.
     }
-
-       @Override
-       public void testAddressBracketsEnforcementDisabled() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testAddressBracketsEnforcementEnabled() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testAuth() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testAuthCancel() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testAuthWithEmptySender() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testDNSRBLNotRejectAuthUser() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testDNSRBLRejectWorks() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testEhloResolv() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testEhloResolvDefault() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testEhloResolvIgnoreClientDisabled() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testHandleAnnouncedMessageSizeLimitExceeded() throws 
Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testHandleMessageSizeLimitExceeded() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testHandleMessageSizeLimitRespected() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testHeloEnforcement() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testHeloEnforcementDisabled() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testHeloResolv() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testHeloResolvDefault() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testMaxRcpt() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testMaxRcptDefault() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testMultipleMailsAndRset() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testNoRecepientSpecified() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testPipelining() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testRejectAllRCPTPipelining() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testRejectOneRCPTPipelining() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testRelayingDenied() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testReverseEqualsEhlo() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testReverseEqualsHelo() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testSenderDomainResolv() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testSenderDomainResolvDefault() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testSenderDomainResolvRelayClient() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testSenderDomainResolvRelayClientDefault() throws Exception 
{
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testSimpleMailSendWithEHLO() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testSimpleMailSendWithHELO() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testStartTLSInEHLO() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void testTwoMailsInSequence() throws Exception {
-       }
-
-       @Override
-       public void testTwoSimultaneousMails() throws Exception {
-               // TODO Auto-generated method stub
-       }
-
-       @Override
-       public void verifyLastMail(String sender, String recipient, MimeMessage 
msg)
-                       throws IOException, MessagingException {
-               // TODO Auto-generated method stub
-       }
-    
    
        
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to