[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex ...
Ron Sigal
ron_sigal at yahoo.com
Thu Nov 9 18:29:47 EST 2006
User: rsigal
Date: 06/11/09 18:29:47
Modified: src/tests/org/jboss/test/remoting/transport/multiplex Tag:
remoting_2_x LateClientShutdownTestClient.java
Log:
JBREM-630: Added Thread.sleep() to catch clause.
Revision Changes Path
No revision
No revision
1.2.2.2 +4 -1 JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestClient.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: LateClientShutdownTestClient.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestClient.java,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -b -r1.2.2.1 -r1.2.2.2
--- LateClientShutdownTestClient.java 8 Nov 2006 17:30:25 -0000 1.2.2.1
+++ LateClientShutdownTestClient.java 9 Nov 2006 23:29:47 -0000 1.2.2.2
@@ -67,7 +67,10 @@
break;
Thread.sleep(1000);
}
- catch (Exception e) {}
+ catch (Exception e)
+ {
+ Thread.sleep(1000);
+ }
}
if (s == null)
More information about the jboss-cvs-commits
mailing list