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/18 11:51:05 UTC

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

Author: norman
Date: Mon Jan 18 10:51:04 2010
New Revision: 900333

URL: http://svn.apache.org/viewvc?rev=900333&view=rev
Log:
fix last 2 broken tests

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

Modified: james/server/trunk/smtpserver-function/src/test/java/org/apache/james/smtpserver/SMTPTestConfiguration.java
URL: http://svn.apache.org/viewvc/james/server/trunk/smtpserver-function/src/test/java/org/apache/james/smtpserver/SMTPTestConfiguration.java?rev=900333&r1=900332&r2=900333&view=diff
==============================================================================
--- james/server/trunk/smtpserver-function/src/test/java/org/apache/james/smtpserver/SMTPTestConfiguration.java (original)
+++ james/server/trunk/smtpserver-function/src/test/java/org/apache/james/smtpserver/SMTPTestConfiguration.java Mon Jan 18 10:51:04 2010
@@ -146,8 +146,8 @@
         addProperty("[@enabled]", true);
 
         addProperty("port", m_smtpListenerPort);
-        if (m_connectionLimit != null) addProperty("connectionLimit",  m_connectionLimit.intValue());
-        if (m_connectionBacklog != null) addProperty("connectionBacklog",  m_connectionBacklog.intValue());
+        if (m_connectionLimit != null) addProperty("connectionLimit",  ""+m_connectionLimit.intValue());
+        if (m_connectionBacklog != null) addProperty("connectionBacklog", ""+ m_connectionBacklog.intValue());
         
         addProperty("handler.helloName", "myMailServer");
         addProperty("handler.connectiontimeout", 360000);



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