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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jul 16 00:32:22 EDT 2009


Author: shane.bryzak at jboss.com
Date: 2009-07-16 00:32:21 -0400 (Thu, 16 Jul 2009)
New Revision: 3062

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

Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml	2009-07-16 03:55:20 UTC (rev 3061)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml	2009-07-16 04:32:21 UTC (rev 3062)
@@ -3729,11 +3729,11 @@
     </assertion>
 
     <assertion id="c">
-  <text>If the observer method is any other kind of transactional observer method, it is called in an unspecified transaction context, but with the same client security context and lifecycle contexts as the transaction that just completed.</text>
+      <text>If the observer method is any other kind of transactional observer method, it is called in an unspecified transaction context, but with the same client security context and lifecycle contexts as the transaction that just completed.</text>
     </assertion>
 
-    <assertion id="d">
-    <text>If an observer method is not an asynchronous observer method, and not a before completion transactional method, and not any other kind of transactional observer method, then the observer method is called in the same transaction context, client security context and lifecycle contexts as the invocation of |Event.fire()| or |BeanManager.fireEvent()|.</text>
+    <assertion id="da">
+      <text>If an observer method is not a before completion transactional method, and not any other kind of transactional observer method, then the observer method is called in the same transaction context, client security context and lifecycle contexts as the invocation of |Event.fire()| or |BeanManager.fireEvent()|.</text>
     </assertion>
 
     <assertion id="e">




More information about the weld-commits mailing list