[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/bisocket ...

Ron Sigal ron_sigal at yahoo.com
Fri Nov 2 15:23:05 EDT 2007


  User: rsigal  
  Date: 07/11/02 15:23:05

  Modified:    src/tests/org/jboss/test/remoting/transport/bisocket  Tag:
                        remoting_2_x BisocketTestCase.java
  Log:
  JBREM-800:  Last commit inadvertently left xtest...() method names.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.17  +27 -27    JBossRemoting/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BisocketTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java,v
  retrieving revision 1.1.2.16
  retrieving revision 1.1.2.17
  diff -u -b -r1.1.2.16 -r1.1.2.17
  --- BisocketTestCase.java	2 Nov 2007 19:21:41 -0000	1.1.2.16
  +++ BisocketTestCase.java	2 Nov 2007 19:23:04 -0000	1.1.2.17
  @@ -67,7 +67,7 @@
   
   /** 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.16 $
  + * @version $Revision: 1.1.2.17 $
    * <p>
    * Copyright Nov 25, 2006
    * </p>
  @@ -151,7 +151,7 @@
      }
      
      
  -   public void xtestConfiguration() throws Throwable
  +   public void testConfiguration() throws Throwable
      {
         log.info("entering " + getName());
         connector.stop();
  @@ -238,7 +238,7 @@
      }
   
      
  -   public void xtestXMLConfiguration() throws Throwable
  +   public void testXMLConfiguration() throws Throwable
      {
         log.info("entering " + getName());
         connector.stop();
  @@ -334,7 +334,7 @@
      }
      
      
  -   public void xtestInvocations() throws Throwable
  +   public void testInvocations() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -363,7 +363,7 @@
      }
      
      
  -   public void xtestInvocationsThenCallbacksThenInvocations() throws Throwable
  +   public void testInvocationsThenCallbacksThenInvocations() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -413,7 +413,7 @@
      }
      
      
  -   public void xtestAlternatingInvocationsAndCallbacks() throws Throwable
  +   public void testAlternatingInvocationsAndCallbacks() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -450,7 +450,7 @@
      }
      
      
  -   public void xtestPullCallbacks() throws Throwable
  +   public void testPullCallbacks() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -569,7 +569,7 @@
      }
      
      
  -   public void xtestOneClientOneConnectorOneHandler() throws Throwable
  +   public void testOneClientOneConnectorOneHandler() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -624,7 +624,7 @@
      }
      
      
  -   public void xtestOneClientOneConnectorTwoHandlers() throws Throwable
  +   public void testOneClientOneConnectorTwoHandlers() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -733,7 +733,7 @@
      }
      
      
  -   public void xtestOneClientTwoConnectorsOneHandler() throws Throwable
  +   public void testOneClientTwoConnectorsOneHandler() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -814,7 +814,7 @@
      }
      
     
  -   public void xtestOneClientTwoConnectorsTwoHandlers() throws Throwable
  +   public void testOneClientTwoConnectorsTwoHandlers() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -926,7 +926,7 @@
      }
      
      
  -   public void xtestTwoClientsOneConnectorOneHandler() throws Throwable
  +   public void testTwoClientsOneConnectorOneHandler() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -995,7 +995,7 @@
      }
      
      
  -   public void xtestTwoClientsOneConnectorTwoHandlers() throws Throwable
  +   public void testTwoClientsOneConnectorTwoHandlers() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -1101,7 +1101,7 @@
      }
      
      
  -   public void xtestTwoClientsTwoConnectorsOneHandler() throws Throwable
  +   public void testTwoClientsTwoConnectorsOneHandler() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -1200,7 +1200,7 @@
      }
      
      
  -   public void xtestTwoClientsTwoConnectorsTwoHandlers() throws Throwable
  +   public void testTwoClientsTwoConnectorsTwoHandlers() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -1309,7 +1309,7 @@
      }
      
      
  -   public void xtestHearbeat() throws Throwable
  +   public void testHearbeat() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -1377,7 +1377,7 @@
      }
      
      
  -   public void xtestControlConnectionFailureServerSide() throws Throwable
  +   public void testControlConnectionFailureServerSide() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -1443,7 +1443,7 @@
      }
      
      
  -   public void xtestControlConnectionFailureClientSide() throws Throwable
  +   public void testControlConnectionFailureClientSide() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -1539,7 +1539,7 @@
      }
      
      
  -   public void xtestControlConnectionFailureBeforeFirstCallback() throws Throwable
  +   public void testControlConnectionFailureBeforeFirstCallback() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -1636,7 +1636,7 @@
      }
      
      
  -   public void xtestNoControlConnectionRestart() throws Throwable
  +   public void testNoControlConnectionRestart() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -1677,10 +1677,10 @@
      
      
      /**
  -    * This method xtests the ability of a client to connect to a restarted
  +    * This method tests the ability of a client to connect to a restarted
       * server after a failure has been detected on the control connection.
       */
  -   public void xtestServerSlowRestart() throws Throwable
  +   public void testServerSlowRestart() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -1752,11 +1752,11 @@
      
      
      /**
  -    * This method xtests the ability of a client to connect to a restarted
  +    * This method tests the ability of a client to connect to a restarted
       * server before a failure has been detected on the control connection.
       * It guards against the bug in JBREM-731.
       */
  -   public void xtestServerQuickRestart() throws Throwable
  +   public void testServerQuickRestart() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -1824,7 +1824,7 @@
      }
      
      
  -   public void xtestDeadControlConnectionShutdown() throws Throwable
  +   public void testDeadControlConnectionShutdown() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -1886,7 +1886,7 @@
      }
      
      
  -   public void xtestForLeaks() throws Throwable
  +   public void testForLeaks() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  @@ -2019,7 +2019,7 @@
      }
      
      
  -   public void xtestForLeaksQuickRemoveListener() throws Throwable
  +   public void testForLeaksQuickRemoveListener() throws Throwable
      {
         log.info("entering " + getName());
         String host = InetAddress.getLocalHost().getHostName();
  
  
  



More information about the jboss-cvs-commits mailing list