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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 12 21:07:21 EST 2007


Author: bdecoste
Date: 2007-12-12 21:07:21 -0500 (Wed, 12 Dec 2007)
New Revision: 68219

Modified:
   trunk/ejb3/src/test/org/jboss/ejb3/test/bank/unit/BankDeploymentDescriptorTestCase.java
Log:
removed proxy factory override test - moved to statefulproxyfactoryoverride

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	2007-12-13 02:06:43 UTC (rev 68218)
+++ trunk/ejb3/src/test/org/jboss/ejb3/test/bank/unit/BankDeploymentDescriptorTestCase.java	2007-12-13 02:07:21 UTC (rev 68219)
@@ -290,12 +290,6 @@
       }
    }
    
-   public void testRemoteBindingProxyFactory() throws Exception
-   {
-      ProxyFactoryInterface teller = (ProxyFactoryInterface)getInitialContext().lookup(Teller.JNDI_NAME);
-      assertNotNull(teller);
-   }
-   
    public void testRemoteBindingInterceptorStack() throws Exception
    {
       Teller teller = (Teller)getInitialContext().lookup(Teller.JNDI_NAME);




More information about the jboss-cvs-commits mailing list