[webbeans-commits] Webbeans SVN: r1379 - tck/trunk/impl.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Feb 2 04:22:06 EST 2009


Author: shane.bryzak at 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 &lt;name&gt; 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 &lt;name&gt; or &lt;mappedName&gt; child elements of the &lt;Resource&gt; element</text>
+      <text>Each JMS resource declaration must contain a child &lt;Resource&gt; element. A JNDI name or mapped name must be specified using the &lt;name&gt; or &lt;mappedName&gt; child elements of the &lt;Resource&gt; 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 &lt;Specializes&gt; element</text>
     </assertion>
     
     <assertion id="c">




More information about the weld-commits mailing list