Date: Fri, 15 Mar 2013 07:47:22 +0000 (UTC) From: Gabor Kovesdan <gabor@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r41218 - projects/xml-tools/share/xml Message-ID: <201303150747.r2F7lMka021763@svn.freebsd.org>
index | next in thread | raw e-mail
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>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303150747.r2F7lMka021763>
