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 2006/09/08 22:53:57 UTC

svn commit: r441646 - /james/server/trunk/src/test/org/apache/james/smtpserver/URIRBLHandlerTest.java

Author: norman
Date: Fri Sep  8 13:53:56 2006
New Revision: 441646

URL: http://svn.apache.org/viewvc?view=rev&rev=441646
Log:
Fix junit test.

Modified:
    james/server/trunk/src/test/org/apache/james/smtpserver/URIRBLHandlerTest.java

Modified: james/server/trunk/src/test/org/apache/james/smtpserver/URIRBLHandlerTest.java
URL: http://svn.apache.org/viewvc/james/server/trunk/src/test/org/apache/james/smtpserver/URIRBLHandlerTest.java?view=diff&rev=441646&r1=441645&r2=441646
==============================================================================
--- james/server/trunk/src/test/org/apache/james/smtpserver/URIRBLHandlerTest.java (original)
+++ james/server/trunk/src/test/org/apache/james/smtpserver/URIRBLHandlerTest.java Fri Sep  8 13:53:56 2006
@@ -67,6 +67,8 @@
 
             private boolean relayingAllowed;
 
+            private boolean processing;
+            
             public void abortMessage() {
             }
 
@@ -97,6 +99,10 @@
 
             public void writeResponse(String respString) {
                 response = respString;
+            }
+            
+            public void setStopHandlerProcessing(boolean processing) {
+        	this.processing = processing;
             }
         };
 



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