[webbeans-commits] Webbeans SVN: r3130 - in tck/trunk/impl/src/main: java/org/jboss/jsr299/tck/tests/context/passivating/broken2 and 1 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Jul 22 08:58:06 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-07-22 08:58:06 -0400 (Wed, 22 Jul 2009)
New Revision: 3130

Removed:
   tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/context/passivating/integration/
Modified:
   tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/context/passivating/broken2/NonSerializableTest.java
   tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
Remove stub, assign test, update audit

Modified: tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/context/passivating/broken2/NonSerializableTest.java
===================================================================
--- tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/context/passivating/broken2/NonSerializableTest.java	2009-07-22 12:50:09 UTC (rev 3129)
+++ tck/trunk/impl/src/main/java/org/jboss/jsr299/tck/tests/context/passivating/broken2/NonSerializableTest.java	2009-07-22 12:58:06 UTC (rev 3130)
@@ -20,7 +20,7 @@
 public class NonSerializableTest extends AbstractJSR299Test
 {
    @Test(groups = { "contexts", "passivation" })
-   @SpecAssertion(section = "8.4", id = "b")
+   @SpecAssertion(section = "6.6.4", id = "aaa")
    public void testSimpleWebBeanWithNonSerializableImplementationClassFails()
    {
       assert false;

Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml	2009-07-22 12:50:09 UTC (rev 3129)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml	2009-07-22 12:58:06 UTC (rev 3130)
@@ -2561,6 +2561,7 @@
   <section id="6.6.4" title="Validation of passivation capable beans and dependencies">
     <assertion id="aaa">
       <text>If a managed bean which declares a passivating scope is not passivation capable, then the container automatically detects the problem and treats it as a deployment problem, as defined in Section 12.4, "Problems detected automatically by the container".</text>
+      <note>Here we check the class, as interceptors and decorators are tested below</note>
     </assertion>
     
     <assertion id="aab">




More information about the weld-commits mailing list