]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: bhyvexml2xml: Fix call to testCompareDomXML2XMLFiles
authorPeter Krempa <pkrempa@redhat.com>
Tue, 13 Mar 2018 14:32:31 +0000 (15:32 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 13 Mar 2018 14:32:31 +0000 (15:32 +0100)
Commit 1b28038300b forgot to fix the arguments for this one caller.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
tests/bhyvexml2xmltest.c

index e483dac6301bfb230084c17427010f076fe0dbe4..4d9c1681db1215c3f78cb016333220a38b8cc399 100644 (file)
@@ -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)) {