]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemustatusxml2xmltest: Remove 'virdeterministichash' mocking
authorPeter Krempa <pkrempa@redhat.com>
Mon, 9 Nov 2020 12:23:25 +0000 (13:23 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 9 Nov 2020 12:23:25 +0000 (13:23 +0100)
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 <pkrempa@redhat.com>
tests/qemustatusxml2xmltest.c

index 3168622be684123afe96effc9cc2f3d1bab81fd2..67a070c986ce1e5f125adf4dce330ad233cb5336 100644 (file)
@@ -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"))