You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2004/04/04 00:57:42 UTC

cvs commit: incubator-geronimo/modules/network/src/test/org/apache/geronimo/network/protocol/control ControlProtocolTest.java

dain        2004/04/03 14:57:42

  Modified:    modules/network/src/test/org/apache/geronimo/network/protocol
                        ProtocolStackTest.java
                        SocketProtocolStressTest.java
                        SocketProtocolTest.java
               modules/network/src/test/org/apache/geronimo/network/protocol/control
                        ControlProtocolTest.java
  Log:
  Reenabled the tests I accidently commited after disabling.
  
  Revision  Changes    Path
  1.6       +1 -1      incubator-geronimo/modules/network/src/test/org/apache/geronimo/network/protocol/ProtocolStackTest.java
  
  Index: ProtocolStackTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/network/src/test/org/apache/geronimo/network/protocol/ProtocolStackTest.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ProtocolStackTest.java	3 Apr 2004 22:37:58 -0000	1.5
  +++ ProtocolStackTest.java	3 Apr 2004 22:57:41 -0000	1.6
  @@ -36,7 +36,7 @@
   public class ProtocolStackTest extends TestCase {
       public void testNothing() {}
   
  -    public void Xtest() throws Exception {
  +    public void test() throws Exception {
           ThreadPool tp = new ThreadPool();
           tp.setKeepAliveTime(1 * 1000);
           tp.setMinimumPoolSize(5);
  
  
  
  1.8       +3 -3      incubator-geronimo/modules/network/src/test/org/apache/geronimo/network/protocol/SocketProtocolStressTest.java
  
  Index: SocketProtocolStressTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/network/src/test/org/apache/geronimo/network/protocol/SocketProtocolStressTest.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SocketProtocolStressTest.java	3 Apr 2004 22:37:58 -0000	1.7
  +++ SocketProtocolStressTest.java	3 Apr 2004 22:57:41 -0000	1.8
  @@ -47,7 +47,7 @@
   
       public void testNothing() {}
   
  -    public void XtestSimple() throws Exception {
  +    public void testSimple() throws Exception {
           sp.sendDown(getDatagramPacket());
           sp.sendDown(getDatagramPacket());
           sp.sendDown(getDatagramPacket());
  @@ -59,7 +59,7 @@
           Thread.sleep(5 * 1000);
       }
   
  -    public void XtestConcurrentRequests() throws Exception {
  +    public void testConcurrentRequests() throws Exception {
   
           final int WORKERS = 100;
           final int MESSAGE_COUNT = 10;
  
  
  
  1.6       +2 -2      incubator-geronimo/modules/network/src/test/org/apache/geronimo/network/protocol/SocketProtocolTest.java
  
  Index: SocketProtocolTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/network/src/test/org/apache/geronimo/network/protocol/SocketProtocolTest.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SocketProtocolTest.java	3 Apr 2004 22:37:58 -0000	1.5
  +++ SocketProtocolTest.java	3 Apr 2004 22:57:41 -0000	1.6
  @@ -37,7 +37,7 @@
   
       public void testNothing() {}
   
  -    public void Xtest() throws Exception {
  +    public void test() throws Exception {
           ThreadPool tp = new ThreadPool();
           tp.setKeepAliveTime(1 * 1000);
           tp.setMinimumPoolSize(5);
  
  
  
  1.6       +2 -2      incubator-geronimo/modules/network/src/test/org/apache/geronimo/network/protocol/control/ControlProtocolTest.java
  
  Index: ControlProtocolTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/network/src/test/org/apache/geronimo/network/protocol/control/ControlProtocolTest.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ControlProtocolTest.java	3 Apr 2004 22:37:58 -0000	1.5
  +++ ControlProtocolTest.java	3 Apr 2004 22:57:42 -0000	1.6
  @@ -46,7 +46,7 @@
   
       public void testDummy() throws Exception { }
   
  -    public void Xtest() throws Exception {
  +    public void test() throws Exception {
           ThreadPool tp = new ThreadPool();
           tp.setKeepAliveTime(100 * 1000);
           tp.setMinimumPoolSize(5);