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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Jul 5 23:57:19 EDT 2009


Author: shane.bryzak at jboss.com
Date: 2009-07-05 23:57:18 -0400 (Sun, 05 Jul 2009)
New Revision: 3009

Modified:
   tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
minor

Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml	2009-07-06 02:53:08 UTC (rev 3008)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml	2009-07-06 03:57:18 UTC (rev 3009)
@@ -4240,23 +4240,23 @@
   </section>
   
   <section id="11" title="Portable extensions and the bean manager">
-    <assertion id="a">
-    <text>A portable extension way integrate with the container by providing its own beans, interceptors and decorators to the container.</text>
+    <assertion id="a" testable="false">
+    <text>A portable extension may integrate with the container by providing its own beans, interceptors and decorators to the container.</text>
     </assertion>
     
-    <assertion id="b">
-      <text>A portable extension way integrate with the container by injecting dependencies into its own objects using the dependency injection service.</text>
+    <assertion id="b" testable="false">
+      <text>A portable extension may integrate with the container by injecting dependencies into its own objects using the dependency injection service.</text>
     </assertion>
     
-    <assertion id="c">
-      <text>A portable extension way integrate with the container by providing a context implementation for a custom scope.</text>
+    <assertion id="c" testable="false">
+      <text>A portable extension may integrate with the container by providing a context implementation for a custom scope.</text>
     </assertion>
     
-    <assertion id="d">
+    <assertion id="d" testable="false">
       <text>Bean definitions provided by a portable extension may be associated with a certain activity.</text>
     </assertion>
     
-    <assertion id="e">
+    <assertion id="e" testable="false">
       <text>Integration with portable extensions is enabled via the important SPI interfaces Bean and BeanManager.</text>
     </assertion>
   </section>




More information about the weld-commits mailing list