summaryrefslogtreecommitdiffstats
path: root/test/Docbook/basic/xinclude
Commit message (Collapse)AuthorAgeFilesLines
* Add a copyright header to test filesMats Wichmann2023-05-211-0/+5
| | | | | | | | | | | | | A lot of files that are not the main test scripts had no license/copyright headers. This change adds those. In a small number of cases, this necessitaed a change to an expected line number from a failure/exception message. Along the way, some are lightly reformatted and some add a DefaultEnvironment call. Signed-off-by: Mats Wichmann <mats@linux.com>
* Fixed another bunch of 'bare except' errors.Dirk Baechle2020-06-211-1/+1
|
* Fixed Docbook Tool and updated its tests.Dirk Baechle2020-06-211-7/+3
|
* Try a more scons-y file conversion for Py3 file readsMats Wichmann2018-07-311-1/+1
| | | | | | | | | | Instead of custom conversion as in the previous iteration, use the to_bytes function. The two known tests which incorrectly let the text-mode xml file be opened in binary mode are adjusted to supply mode='r' Signed-off-by: Mats Wichmann <mats@linux.com>
* - added import of libxslt binding to DocBook testsDirk Baechle2014-08-311-0/+1
|
* - added documentation and tests for the new Docbook toolDirk Baechle2013-05-034-0/+108