Author: ron.sigal(a)jboss.com
Date: 2008-04-18 03:50:11 -0400 (Fri, 18 Apr 2008)
New Revision: 4007
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/socket/timeout/ServerThreadReuseAfterTimeoutTestCase.java
Log:
JBREM-953: Changed ServerThread.REUSE_AFTER_TIMEOUT to
ServerThread.CONTINUE_AFTER_TIMEOUT.
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/socket/timeout/ServerThreadReuseAfterTimeoutTestCase.java
===================================================================
---
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/socket/timeout/ServerThreadReuseAfterTimeoutTestCase.java 2008-04-18
07:46:21 UTC (rev 4006)
+++
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/socket/timeout/ServerThreadReuseAfterTimeoutTestCase.java 2008-04-18
07:50:11 UTC (rev 4007)
@@ -99,7 +99,7 @@
{
log.info("entering " + getName());
Map config = new HashMap();
- config.put(ServerThread.REUSE_AFTER_TIMEOUT, "false");
+ config.put(ServerThread.CONTINUE_AFTER_TIMEOUT, "false");
doJavaSerializationTest(config);
log.info(getName() + " PASSES");
}
@@ -118,7 +118,7 @@
{
log.info("entering " + getName());
Map config = new HashMap();
- config.put(ServerThread.REUSE_AFTER_TIMEOUT, "true");
+ config.put(ServerThread.CONTINUE_AFTER_TIMEOUT, "true");
doJBossSerializationTest(config);
log.info(getName() + " PASSES");
}
Show replies by date