
On a Friday in 2023, Michal Privoznik wrote:
Whilst reviewing a patch upstream (that ended up as v9.0.0-200-g092176e5ec), I realized we don't have a single xml2xml test for CH driver. Well, introduce the test with one simple test case for now.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> ---
We could also benefit from xml2arg test, but I'll leave that for future ourselves.
tests/chxml2xmlin/basic.xml | 30 ++++++++++++++ tests/chxml2xmlout/basic.xml | 1 + tests/chxml2xmltest.c | 77 ++++++++++++++++++++++++++++++++++++ tests/meson.build | 6 +++ 4 files changed, 114 insertions(+) create mode 100644 tests/chxml2xmlin/basic.xml create mode 120000 tests/chxml2xmlout/basic.xml create mode 100644 tests/chxml2xmltest.c
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano