[webbeans-commits] Webbeans SVN: r926 - ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/ejb.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Jan 13 18:23:28 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-13 18:23:28 -0500 (Tue, 13 Jan 2009)
New Revision: 926

Modified:
   ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/ejb/EnterpriseBeanLifecycleTest.java
Log:
Oops, enabled borked test

Modified: ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/ejb/EnterpriseBeanLifecycleTest.java
===================================================================
--- ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/ejb/EnterpriseBeanLifecycleTest.java	2009-01-13 23:20:23 UTC (rev 925)
+++ ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/ejb/EnterpriseBeanLifecycleTest.java	2009-01-13 23:23:28 UTC (rev 926)
@@ -51,7 +51,7 @@
     * When the destroy() method is called, the Web Bean manager calls the Web
     * Bean remove method upon the proxy
     */
-   @Test(groups = { "enterpriseBeans", "clientProxy", "lifecycle"})
+   @Test(groups = { "enterpriseBeans", "clientProxy", "lifecycle", "stub"})
    @SpecAssertion(section = "6.4")
    public void testRemoveMethodCalled()
    {




More information about the weld-commits mailing list