Author: shane.bryzak(a)jboss.com
Date: 2009-02-02 04:22:06 -0500 (Mon, 02 Feb 2009)
New Revision: 1379
Modified:
tck/trunk/impl/tck-audit.xml
Log:
fixed invalid xml
Modified: tck/trunk/impl/tck-audit.xml
===================================================================
--- tck/trunk/impl/tck-audit.xml 2009-02-02 07:55:34 UTC (rev 1378)
+++ tck/trunk/impl/tck-audit.xml 2009-02-02 09:22:06 UTC (rev 1379)
@@ -547,7 +547,7 @@
<section id="3.4.5" title="Specializing a producer method">
<assertion id="a">
- <text>If a producer method X is annotated @Specializes, then it must be
non-static and directly override another producer method Y. Then X inherits all bindings
of Y, and if Y has a name, X has the same name as Y.
+ <text>If a producer method X is annotated @Specializes, then it must be
non-static and directly override another producer method Y. Then X inherits all bindings
of Y, and if Y has a name, X has the same name as Y.</text>
</assertion>
<assertion id="b">
@@ -802,7 +802,7 @@
</assertion>
<assertion name="k">
- <text>The JNDI name specified by the <name> element must be a name in
the global java:global or application java:app naming context</text>
+ <text>The JNDI name specified by the <name> element must be a
name in the global java:global or application java:app naming context</text>
</assertion>
<assertion name="l">
@@ -859,7 +859,7 @@
</assertion>
<assertion id="b">
- <text>Each JMS resource declaration must contain a child <Resource>
element. A JNDI name or mapped name must be specified using the <name> or
<mappedName> child elements of the <Resource>
element</text>
+ <text>Each JMS resource declaration must contain a child
<Resource> element. A JNDI name or mapped name must be specified using the
<name> or <mappedName> child elements of the
<Resource> element</text>
</assertion>
<assertion id="c">
@@ -1138,7 +1138,7 @@
</assertion>
<assertion id="b">
- <text>A bean declared using XML may declare that it specializes a
lower-priority bean using the <Specializes> element</text>
+ <text>A bean declared using XML may declare that it specializes a
lower-priority bean using the <Specializes> element</text>
</assertion>
<assertion id="c">
Show replies by date