- Fix the last three test cases

This commit is contained in:
Gabor Kovesdan 2013-03-15 07:47:22 +00:00
parent c5bbd26680
commit 53b00294cd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41218

View file

@ -11,9 +11,9 @@
<pattern name="Check callout validity"> <pattern name="Check callout validity">
<rule context="/"> <rule context="/">
<assert test="//screenco">Callouts with screenco are not supported; use screen and co instead.</assert> <report test="//screenco">Callouts with screenco are not supported; use screen and co instead.</report>
<assert test="//programlistingco">Callouts with programlistingco are not supported; use programlisting and co instead.</assert> <report test="//programlistingco">Callouts with programlistingco are not supported; use programlisting and co instead.</report>
<assert test="//graphicco">Callouts on graphics are not supported.</assert> <report test="//graphicco">Callouts on graphics are not supported.</report>
</rule> </rule>
</pattern> </pattern>
</schema> </schema>