On a Wednesday in 2020, Peter Krempa wrote:
Add a test case attempting to excercise the most of the cookie XML
* exercise
parsing/formatting infra. Note that the data is not based on any real
case.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
.../full-xml2xml-in.xml | 221 ++++++++++++++++++
.../full-xml2xml-out.xml | 219 +++++++++++++++++
tests/qemumigrationcookiexmltest.c | 3 +-
3 files changed, 442 insertions(+), 1 deletion(-)
create mode 100644 tests/qemumigrationcookiexmldata/full-xml2xml-in.xml
create mode 100644 tests/qemumigrationcookiexmldata/full-xml2xml-out.xml
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano