[webbeans-commits] Webbeans SVN: r3122 - tck/trunk/impl/src/main/resources.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Jul 21 22:27:04 EDT 2009


Author: dan.j.allen
Date: 2009-07-21 22:27:04 -0400 (Tue, 21 Jul 2009)
New Revision: 3122

Modified:
   tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
mark test as testable after creating a test to prove it so

Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml	2009-07-21 22:21:05 UTC (rev 3121)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml	2009-07-22 02:27:04 UTC (rev 3122)
@@ -816,7 +816,7 @@
       <text>If a producer method return type is a type variable the container automatically detects the problem and treats it as a definition error, as defined in Section 12.4, "Problems detected automatically by the container".</text>
     </assertion>
 
-    <assertion id="j" testable="false">
+    <assertion id="j">
       <text>The application may call producer methods directly. However, if the application calls a producer method directly, no parameters will be passed to the producer method by the container; the returned object is not bound to any context; and its lifecycle is not managed by the container.</text>
     </assertion>
 
@@ -3035,7 +3035,7 @@
     </assertion>
 
     <assertion id="r">
-  <text>Finally, the container destroys dependent objects, as defined in Section 5.6.5, "Destruction of dependent objects".</text>
+      <text>Finally, the container destroys dependent objects, as defined in Section 5.6.5, "Destruction of dependent objects".</text>
     </assertion>
   </section>
 




More information about the weld-commits mailing list