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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Jul 28 23:14:20 EDT 2009


Author: shane.bryzak at jboss.com
Date: 2009-07-28 23:14:19 -0400 (Tue, 28 Jul 2009)
New Revision: 3341

Modified:
   tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
Added sample assertion group


Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml	2009-07-29 01:04:40 UTC (rev 3340)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml	2009-07-29 03:14:19 UTC (rev 3341)
@@ -3161,22 +3161,25 @@
     </assertion>
   </section>
   
-  <section id="6.7.5" title="The Conversation interface">
-    <assertion id="iaa">
-      <text>The container provides a built-in bean with bean type |Conversation|~, scope |@RequestScoped|, and binding |@Current|, named |javax.enterprise.context.conversation|~</text>
-    </assertion>
+  <section id="6.7.5" title="The Conversation interface">
+    <group>
+      <text>The container provides a built-in bean with bean type |Conversation|, scope |@RequestScoped|, and binding |@Current|, named |javax.enterprise.context.conversation|.</text>      
+      <assertion id="iaa">
+        <text>Test the bean type is correct.</text>
+      </assertion>
 
-    <assertion id="ib">
-      <text>The container provides a built-in bean with ~bean type |Conversation|~, scope |@RequestScoped|~, and binding |@Current|, named |javax.enterprise.context.conversation|~</text>
-    </assertion>
+      <assertion id="ib">
+        <text>Test the scope is correct.</text>
+      </assertion>
 
-    <assertion id="id">
-      <text>The container provides a built-in bean with bean type ~|Conversation|, scope |@RequestScoped|, and~ binding |@Current|~, named |javax.enterprise.context.conversation|~</text>
-    </assertion>
+      <assertion id="id">
+        <text>Test the binding type is correct.</text>
+      </assertion>
 
-    <assertion id="ie">
-      <text>The container provides a built-in bean with bean type ~|Conversation|, scope |@RequestScoped|, and binding |@Current|,~ named |javax.enterprise.context.conversation|</text>
-    </assertion>    
+      <assertion id="ie">
+        <text>Test the bean name is correct.</text>
+      </assertion>          
+    </group>
     
     <assertion id="j">
       <text>|begin()| marks the current transient conversation long-running.  A conversation identifier may, optionally, be specified.  If no conversation identifier is specified, an identifier is generated by the container.</text>




More information about the weld-commits mailing list