mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
testCompareDomXML2XMLFiles: add parseFlags parameter
Allow testing XML parsing with different flags.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user