svn commit: r41218 - projects/xml-tools/share/xml

Gabor Kovesdan gabor at FreeBSD.org
Fri Mar 15 07:47:22 UTC 2013


Author: gabor
Date: Fri Mar 15 07:47:22 2013
New Revision: 41218
URL: http://svnweb.freebsd.org/changeset/doc/41218

Log:
  - Fix the last three test cases

Modified:
  projects/xml-tools/share/xml/freebsd.sch

Modified: projects/xml-tools/share/xml/freebsd.sch
==============================================================================
--- projects/xml-tools/share/xml/freebsd.sch	Fri Mar 15 07:44:31 2013	(r41217)
+++ projects/xml-tools/share/xml/freebsd.sch	Fri Mar 15 07:47:22 2013	(r41218)
@@ -11,9 +11,9 @@
 
   <pattern name="Check callout validity">
     <rule context="/">
-      <assert test="//screenco">Callouts with screenco are not supported; use screen and co instead.</assert>
-      <assert test="//programlistingco">Callouts with programlistingco are not supported; use programlisting and co instead.</assert>
-      <assert test="//graphicco">Callouts on graphics are not supported.</assert>
+      <report test="//screenco">Callouts with screenco are not supported; use screen and co instead.</report>
+      <report test="//programlistingco">Callouts with programlistingco are not supported; use programlisting and co instead.</report>
+      <report test="//graphicco">Callouts on graphics are not supported.</report>
     </rule>
   </pattern>
 </schema>


More information about the svn-doc-projects mailing list