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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to