diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-03-15 07:47:22 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-03-15 07:47:22 +0000 |
| commit | 53b00294cd42030c7b15f55dbcd163860881e47a (patch) | |
| tree | 63d72296073703f697b5674e2bfb7f4af94ca111 | |
| parent | c5bbd26680123ba8ce3012d1411b6006545c0e8c (diff) | |
- Fix the last three test cases
Notes
svn path=/projects/xml-tools/; revision=41218
| -rw-r--r-- | share/xml/freebsd.sch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/xml/freebsd.sch b/share/xml/freebsd.sch index 52da4aa1dd..2bd3bc8d94 100644 --- a/share/xml/freebsd.sch +++ b/share/xml/freebsd.sch @@ -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> |
