[jboss-cvs] JBossAS SVN: r58656 - trunk/ejb3/src/test/org/jboss/ejb3/test/bank/unit

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 21 12:44:18 EST 2006


Author: bill.burke at jboss.com
Date: 2006-11-21 12:44:17 -0500 (Tue, 21 Nov 2006)
New Revision: 58656

Modified:
   trunk/ejb3/src/test/org/jboss/ejb3/test/bank/unit/BankDeploymentDescriptorTestCase.java
Log:
new deployers don't like .ejb3 extension

Modified: trunk/ejb3/src/test/org/jboss/ejb3/test/bank/unit/BankDeploymentDescriptorTestCase.java
===================================================================
--- trunk/ejb3/src/test/org/jboss/ejb3/test/bank/unit/BankDeploymentDescriptorTestCase.java	2006-11-21 08:02:21 UTC (rev 58655)
+++ trunk/ejb3/src/test/org/jboss/ejb3/test/bank/unit/BankDeploymentDescriptorTestCase.java	2006-11-21 17:44:17 UTC (rev 58656)
@@ -343,14 +343,6 @@
       }
    }
 
-   protected void setUp() throws Exception
-   {
-   }
-   
-   protected void tearDown() throws Exception
-   {
-   }
-
    public static Test suite() throws Exception
    {
       ClientKernelAbstraction kernel = KernelAbstractionFactory.getClientInstance();




More information about the jboss-cvs-commits mailing list