[webbeans-commits] Webbeans SVN: r3134 - tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/enterprise/remove.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Jul 22 10:01:07 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-07-22 10:01:07 -0400 (Wed, 22 Jul 2009)
New Revision: 3134

Modified:
   tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/enterprise/remove/EnterpriseBeanRemoveMethodTest.java
Log:
update class to current spec

Modified: tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/enterprise/remove/EnterpriseBeanRemoveMethodTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/enterprise/remove/EnterpriseBeanRemoveMethodTest.java	2009-07-22 13:55:53 UTC (rev 3133)
+++ tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/implementation/enterprise/remove/EnterpriseBeanRemoveMethodTest.java	2009-07-22 14:01:07 UTC (rev 3134)
@@ -13,7 +13,7 @@
 import org.testng.annotations.Test;
 
 /**
- * Spec version: 20090519
+ * Spec version: 20090625
  *
  * @author Nicklas Karlsson
  */
@@ -24,7 +24,7 @@
 {
    
    @Test(groups = { "enterpriseBeans", "removeMethod", "lifecycle" })
-   @SpecAssertion(section = "3.3.1", id = "a")
+   @SpecAssertion(section = "3.2.1", id = "a")
    public void applicationMayCallAnyRemoveMethodOnDependentScopedSessionEnterpriseBeans() throws Exception
    {
       new RunInDependentContext()
@@ -44,7 +44,7 @@
    }
 
    @Test(groups = { "enterpriseBeans", "removeMethod", "lifecycle" })
-   @SpecAssertion(section = "3.3.1", id = "da")
+   @SpecAssertion(section = "3.2.1", id = "da")
    public void applicationMayCallRemoveMethodOnDependentScopedSessionEnterpriseBeansButNoParametersArePassed() throws Exception
    {
       new RunInDependentContext()
@@ -63,8 +63,8 @@
 
    @Test(groups = { "enterpriseBeans", "removeMethod", "lifecycle" }, expectedExceptions = UnsupportedOperationException.class)
    @SpecAssertions({
-      @SpecAssertion(section = "3.3.1", id = "b"),
-      @SpecAssertion(section = "3.3.1", id = "c")
+      @SpecAssertion(section = "3.2.1", id = "b"),
+      @SpecAssertion(section = "3.2.1", id = "c")
    })
    public void applicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean()
    {




More information about the weld-commits mailing list