[weld-commits] Weld SVN: r4790 - cdi-tck/trunk/impl/src/main/resources.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Nov 8 16:05:11 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-08 16:05:11 -0500 (Sun, 08 Nov 2009)
New Revision: 4790

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

Modified: cdi-tck/trunk/impl/src/main/resources/tck-audit-cdi.xml
===================================================================
--- cdi-tck/trunk/impl/src/main/resources/tck-audit-cdi.xml	2009-11-08 20:11:38 UTC (rev 4789)
+++ cdi-tck/trunk/impl/src/main/resources/tck-audit-cdi.xml	2009-11-08 21:05:11 UTC (rev 4790)
@@ -2195,11 +2195,11 @@
     
     <group>
       <text>For a custom implementation of the |Bean| interface defined in Section 11.1, "The Bean interface, the container calls |getBeanClass()| to determine the bean class of the bean and |InjectionPoint.getMember()| and then |Member.getDeclaringClass()| to determine the class that declares an injection point.</text>
-      <assertion id="d">
+      <assertion id="q">
         <text>Check |Bean.getBeanClass()| is used to determine the bean class</text>
       </assertion>
       
-      <assertion id="e">
+      <assertion id="r">
         <text>Check |InjectionPoint.getMember().getDeclaringClass()| is used to determine the class declaring the injection point</text>
       </assertion>
     </group>



More information about the weld-commits mailing list