]> git.koha-community.org Git - koha.git/commit
Bug 9802 - add test case to ensure man pages have correct XML
authorRobin Sheat <robin@catalyst.net.nz>
Wed, 13 Mar 2013 02:51:37 +0000 (15:51 +1300)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 29 Mar 2013 06:59:16 +0000 (19:59 +1300)
commit20eb27a44a886f3061e2e8fdc4658c929a80d708
tree7cb65f44c62a444eba06d280d362e6ec5f329640
parenta03759f01d34e7b7ab5c5b70d5da0c1fc6f2a997
Bug 9802 - add test case to ensure man pages have correct XML

To test:
* run xt/verify-debian-docbook.t and make sure it's all OK
* modify an xml file in debian/docs, try again, make sure it fails

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
- Running "prove -v xt/verify-debian-docbook.t" loops through all the
  XML files in debian/docs and reports them as being ok.
- Removing a "<" from one of the files makes the test report it as
  an error
- I did not verify that the test actually trips up a package build
  if there is invalid XML.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
debian/control
debian/control.in
debian/rules
xt/verify-debian-docbook.t [new file with mode: 0755]