
4 Nov
2020
4 Nov
'20
10:05 a.m.
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@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@redhat.com> Jano