mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
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 <pkrempa@redhat.com>
This commit is contained in:
parent
5ab8cc78c4
commit
1841cfa49e
@ -151,5 +151,4 @@ mymain(void)
|
|||||||
VIR_TEST_MAIN_PRELOAD(mymain,
|
VIR_TEST_MAIN_PRELOAD(mymain,
|
||||||
VIR_TEST_MOCK("virpci"),
|
VIR_TEST_MOCK("virpci"),
|
||||||
VIR_TEST_MOCK("virrandom"),
|
VIR_TEST_MOCK("virrandom"),
|
||||||
VIR_TEST_MOCK("domaincaps"),
|
VIR_TEST_MOCK("domaincaps"))
|
||||||
VIR_TEST_MOCK("virdeterministichash"))
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user