[jboss-cvs] JBossAS SVN: r66943 - branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/mdbsessionpoolclear/unit.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 9 16:54:46 EST 2007


Author: bdecoste
Date: 2007-11-09 16:54:46 -0500 (Fri, 09 Nov 2007)
New Revision: 66943

Modified:
   branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/mdbsessionpoolclear/unit/MDBUnitTestCase.java
Log:
[JBPAPP-387] [ASPATCH-240] TIBCO EMS integration - activated testEjb3Mdb()

Modified: branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/mdbsessionpoolclear/unit/MDBUnitTestCase.java
===================================================================
--- branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/mdbsessionpoolclear/unit/MDBUnitTestCase.java	2007-11-09 20:27:12 UTC (rev 66942)
+++ branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/mdbsessionpoolclear/unit/MDBUnitTestCase.java	2007-11-09 21:54:46 UTC (rev 66943)
@@ -135,7 +135,7 @@
       assertEquals(2, status.queueFired());
    }
    
-   public void atestEjb3Mdb() throws Exception
+   public void testEjb3Mdb() throws Exception
    {
       TestStatus status = (TestStatus) getInitialContext().lookup(
             "TestStatusBean/remote");




More information about the jboss-cvs-commits mailing list