[jboss-cvs] JBossAS SVN: r110323 - projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/core/connectionmanager/unit.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 11 09:56:45 EST 2011


Author: maeste
Date: 2011-01-11 09:56:45 -0500 (Tue, 11 Jan 2011)
New Revision: 110323

Modified:
   projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/core/connectionmanager/unit/AbstractConnectionManagerTestCase.java
Log:
JBJCA-490: removing method from original class. They have to be moved in another place and more important they need implementation :)

Modified: projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/core/connectionmanager/unit/AbstractConnectionManagerTestCase.java
===================================================================
--- projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/core/connectionmanager/unit/AbstractConnectionManagerTestCase.java	2011-01-11 13:37:48 UTC (rev 110322)
+++ projects/jboss-jca/trunk/core/src/test/java/org/jboss/jca/core/connectionmanager/unit/AbstractConnectionManagerTestCase.java	2011-01-11 14:56:45 UTC (rev 110323)
@@ -243,104 +243,4 @@
       connectionManager.allocateConnection(new MockManagedConnectionFactory(), null);
    }
 
-
-   /**
-    * testIdleTimeout.
-    * @throws Exception for exception
-    */
-   @Test
-   public void testIdleTimeout() throws Exception
-   {
-      AbstractConnectionManager connectionManager = new MockConnectionManager();
-
-   }
-
-   /**
-    * testPartialIdleTimeout.
-    * @throws Exception for exception.
-    */
-   @Test
-   public void testPartialIdleTimeout() throws Exception
-   {
-      AbstractConnectionManager connectionManager = new MockConnectionManager();
-
-   }
-
-   /**
-    * testFillToMin.
-    * @throws Exception for exception
-    */
-   @Test
-   public void testFillToMin() throws Exception
-   {
-      AbstractConnectionManager connectionManager = new MockConnectionManager();
-   }
-
-   /**
-    * testPrefillPool.
-    * @throws Exception for exception
-    */
-   @Test
-   public void testPrefillPool() throws Exception
-   {
-      AbstractConnectionManager connectionManager = new MockConnectionManager();
-   }
-
-   /**
-    * testNonStrictMinPool.
-    * @throws Exception for exception
-    */
-   @Test
-   public void testNonStrictMinPool() throws Exception
-   {
-      AbstractConnectionManager connectionManager = new MockConnectionManager();
-   }
-
-   /**
-    * testStrictMinPool.
-    * @throws Exception for exception
-    */
-   @Test
-   public void testStrictMinPool() throws Exception
-   {
-      AbstractConnectionManager connectionManager = new MockConnectionManager();
-   }
-
-   /**
-    * testMisConfiguredFillToMin.
-    * @throws Exception for exception
-    */
-   public void testMisConfiguredFillToMin() throws Exception
-   {
-      AbstractConnectionManager connectionManager = new MockConnectionManager();
-   }
-
-   /**
-    * testChangedMaximum.
-    * @throws Exception for exception.
-    */
-   @Test
-   public void testChangedMaximum() throws Exception
-   {
-      AbstractConnectionManager connectionManager = new MockConnectionManager();
-   }
-
-   /**
-    * testAllocationRetry.
-    * @throws Exception for exception.
-    */
-   @Test
-   public void testAllocationRetry() throws Exception
-   {
-      AbstractConnectionManager connectionManager = new MockConnectionManager();
-   }
-
-   /**
-    * testAllocationRetryMultiThread.
-    * @throws Exception for exception
-    */
-   public void testAllocationRetryMultiThread() throws Exception
-   {
-      AbstractConnectionManager connectionManager = new MockConnectionManager();
-   }
 }



More information about the jboss-cvs-commits mailing list