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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Jun 10 06:53:16 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-06-10 06:53:16 -0400 (Wed, 10 Jun 2009)
New Revision: 2803

Modified:
   tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
fix parsing problem

Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml	2009-06-10 01:47:00 UTC (rev 2802)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml	2009-06-10 10:53:16 UTC (rev 2803)
@@ -2253,7 +2253,9 @@
   </section>
   
   <section id="5.4.5" title="Destruction of dependent objects">
-    <text>When the container destroys an instance of a bean or of any Java EE component class supporting injection, the container destroys all dependent objects, as defined in Section 6.4.3, "Dependent object destruction", after the |@PreDestroy| callback completes and after the servlet |destroy()| method is called.</text>    
+    <assertion>
+      <text>When the container destroys an instance of a bean or of any Java EE component class supporting injection, the container destroys all dependent objects, as defined in Section 6.4.3, "Dependent object destruction", after the |@PreDestroy| callback completes and after the servlet |destroy()| method is called.</text>
+    </assertion>    
   </section>
   
   <section id="5.4.6" title="Invocation of producer or disposal methods">
@@ -3490,7 +3492,7 @@
     </assertion>
     
     <assertion id="b">
-      <text>Interceptor bindings are transitive—an interceptor binding declared by an interceptor binding type is inherited by all beans and other interceptor binding types that declare that interceptor binding type.</text>
+      <text>Interceptor bindings are transitive�an interceptor binding declared by an interceptor binding type is inherited by all beans and other interceptor binding types that declare that interceptor binding type.</text>
     </assertion>
     
     <assertion id="c">
@@ -4713,7 +4715,7 @@
     </assertion>
     
     <assertion id="f">
-      <text>Beans and observers registered with an activity are visible only to that activity and its children—they are never visible to direct or indirect parent activities, or to other children of the parent activity.</text>
+      <text>Beans and observers registered with an activity are visible only to that activity and its children�they are never visible to direct or indirect parent activities, or to other children of the parent activity.</text>
     </assertion>
     
     <assertion id="g">
@@ -4862,7 +4864,7 @@
     </assertion>
     
     <assertion id="i">
-      <text>If the class is a bean, the container must search the class for observer methods, and for each observer method create an Observer, as defined in Section 10.6.1, “Observer method notification”, for the observer method and fire an event of type ProcessObserver, as defined in Section 11.5.8, “ProcessObserver event”.</text>
+      <text>If the class is a bean, the container must search the class for observer methods, and for each observer method create an Observer, as defined in Section 10.6.1, �Observer method notification�, for the observer method and fire an event of type ProcessObserver, as defined in Section 11.5.8, �ProcessObserver event�.</text>
     </assertion>
     
     <assertion id="j">




More information about the weld-commits mailing list