[jboss-cvs] JBossAS SVN: r72323 - trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 16 20:12:38 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-04-16 20:12:38 -0400 (Wed, 16 Apr 2008)
New Revision: 72323

Modified:
   trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/JChannelFactoryUnitTestCase.java
Log:
[JBAS-5414] Fix the testThreadPoolConfig test

Modified: trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/JChannelFactoryUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/JChannelFactoryUnitTestCase.java	2008-04-16 22:57:33 UTC (rev 72322)
+++ trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/JChannelFactoryUnitTestCase.java	2008-04-17 00:12:38 UTC (rev 72323)
@@ -206,7 +206,7 @@
       }
       
       // Confirm that the no-pool config doesn't create a pool
-      channel2 = factory1.createChannel("nothreads1");
+      channel2 = factory1.createChannel("nonconcurrent1");
       channel2.connect("test");
       TP tp2 = getTP((JChannel) channel2);
       




More information about the jboss-cvs-commits mailing list