diff options
author | Peter Krempa <pkrempa@redhat.com> | 2020-11-09 13:23:25 +0100 |
---|---|---|
committer | Peter Krempa <pkrempa@redhat.com> | 2020-11-09 13:23:25 +0100 |
commit | 1841cfa49e83fb1f4ca77f393cc22919a99f4542 (patch) | |
tree | e4b2edddb431db98a354120c2c59387e82161d73 /tests/qemustatusxml2xmltest.c | |
parent | 5ab8cc78c4ab026338070409196fe14ee56a0d04 (diff) | |
download | libvirt-1841cfa49e83fb1f4ca77f393cc22919a99f4542.tar.gz |
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>
Diffstat (limited to 'tests/qemustatusxml2xmltest.c')
-rw-r--r-- | tests/qemustatusxml2xmltest.c | 3 |
1 files changed, 1 insertions, 2 deletions
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")) |