From: Peter Krempa Date: Mon, 9 Nov 2020 12:23:25 +0000 (+0100) Subject: qemustatusxml2xmltest: Remove 'virdeterministichash' mocking X-Git-Tag: v6.10.0-rc1~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1841cfa49e83fb1f4ca77f393cc22919a99f4542;p=thirdparty%2Flibvirt.git qemustatusxml2xmltest: Remove 'virdeterministichash' mocking Commit 89a3115bac2c92ac67516 was not updated after recent changes to hash table usage and was still referencing the now removed deterministic hash mock, which caused CI failure. Fixes: 89a3115bac2c92ac67516d04df6a45769f69a37c Signed-off-by: Peter Krempa --- diff --git a/tests/qemustatusxml2xmltest.c b/tests/qemustatusxml2xmltest.c index 3168622be6..67a070c986 100644 --- a/tests/qemustatusxml2xmltest.c +++ b/tests/qemustatusxml2xmltest.c @@ -151,5 +151,4 @@ mymain(void) VIR_TEST_MAIN_PRELOAD(mymain, VIR_TEST_MOCK("virpci"), VIR_TEST_MOCK("virrandom"), - VIR_TEST_MOCK("domaincaps"), - VIR_TEST_MOCK("virdeterministichash")) + VIR_TEST_MOCK("domaincaps"))