[webbeans-commits] Webbeans SVN: r3242 - tck/trunk/impl/src/main/resources.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Sun Jul 26 14:08:03 EDT 2009
Author: pete.muir at jboss.org
Date: 2009-07-26 14:08:03 -0400 (Sun, 26 Jul 2009)
New Revision: 3242
Modified:
tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
Fix the used text
Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml 2009-07-26 17:50:41 UTC (rev 3241)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml 2009-07-26 18:08:03 UTC (rev 3242)
@@ -1904,9 +1904,8 @@
<text>Client proxies are never required for a bean whose scope is a pseudo-scope such as |@Dependent|</text>
</assertion>
- <assertion id="b" testable="false">
- <text>Client proxies are used for normal scoped beans</text>
- <note>This is a statement of intent</note>
+ <assertion id="b">
+ <text>A contextual reference to a bean with a normal scope, as defined in Section 6.3, “Normal scopes and pseudo-scopes”, is not a direct reference to a contextual instaContextual.create()textual reference is a client proxy object.</text>
</assertion>
<assertion id="c" implied="true">
More information about the weld-commits
mailing list