[libvirt] [PATCH] tests: bhyvexml2xml: Fix call to testCompareDomXML2XMLFiles

Peter Krempa pkrempa at redhat.com
Tue Mar 13 14:36:04 UTC 2018


Commit 1b28038300b forgot to fix the arguments for this one caller.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---

Pushed under the build-breaker rule.

 tests/bhyvexml2xmltest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/bhyvexml2xmltest.c b/tests/bhyvexml2xmltest.c
index e483dac630..4d9c1681db 100644
--- a/tests/bhyvexml2xmltest.c
+++ b/tests/bhyvexml2xmltest.c
@@ -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)) {
-- 
2.16.2




More information about the libvir-list mailing list