[webbeans-commits] Webbeans SVN: r2909 - tck/trunk/impl/src/main/resources.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Fri Jun 26 18:40:54 EDT 2009
Author: dan.j.allen
Date: 2009-06-26 18:40:54 -0400 (Fri, 26 Jun 2009)
New Revision: 2909
Modified:
tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
add qualifier to id to reflect change in spec wording
Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml 2009-06-26 21:56:37 UTC (rev 2908)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml 2009-06-26 22:40:54 UTC (rev 2909)
@@ -1117,7 +1117,7 @@
<text>If there are multiple disposal methods for a single producer method, the container automatically detects the problem and treats it as a definition error, as defined in Section 12.4, "Problems detected automatically by the container".</text>
</assertion>
- <assertion id="c">
+ <assertion id="ca">
<text>If the disposed parameter of a disposal method does not resolve to any producer method declared by the bean class, the container automatically detects the problem and treats it as a definition error, as defined in Section 12.4, "Problems detected automatically by the container".</text>
</assertion>
</section>
More information about the weld-commits
mailing list