mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-07 04:07:17 +00:00
tests: bhyvexml2xml: Fix call to testCompareDomXML2XMLFiles
Commit 1b28038300b forgot to fix the arguments for this one caller. Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
a02a52751f
commit
9094d4902d
@ -39,7 +39,7 @@ testCompareXMLToXMLHelper(const void *data)
|
||||
|
||||
ret = testCompareDomXML2XMLFiles(driver.caps, driver.xmlopt, xml_in,
|
||||
is_different ? xml_out : xml_in,
|
||||
false, NULL, NULL, 0,
|
||||
false, 0,
|
||||
TEST_COMPARE_DOM_XML2XML_RESULT_SUCCESS);
|
||||
|
||||
if ((ret != 0) && (info->flags & FLAG_EXPECT_FAILURE)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user