testCompareDomXML2XMLFiles: add parseFlags parameter

Allow testing XML parsing with different flags.
This commit is contained in:
Ján Tomko
2016-02-25 15:17:14 +01:00
parent e4f1be7eb6
commit 1d6dcec080
6 changed files with 11 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ testCompareXMLToXMLHelper(const void *data)
ret = testCompareDomXML2XMLFiles(driver.caps, driver.xmlopt, xml_in,
info->different ? xml_out : xml_in,
false,
NULL, NULL);
NULL, NULL, 0);
cleanup:
VIR_FREE(xml_in);