Author: dan.j.allen
Date: 2009-07-23 22:24:33 -0400 (Thu, 23 Jul 2009)
New Revision: 3183
Modified:
tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
mark assertion as testable (previously was marked as not testable)
Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml 2009-07-24 00:27:10 UTC (rev 3182)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml 2009-07-24 02:24:33 UTC (rev 3183)
@@ -3671,7 +3671,7 @@
<text>The |Event| interface provides a method for firing events with a
specified combination of type and bindings.</text>
</assertion>
- <assertion id="cb" testable="false">
+ <assertion id="cb">
<text>For an injected |Event|, the specified type is the type parameter
specified at the injection point, and the specified bindings are the bindings specified at
the injection point.</text>
</assertion>
Show replies by date