]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virhashtest: testHashGetItems: Remove test case for sorting by value
authorPeter Krempa <pkrempa@redhat.com>
Thu, 22 Oct 2020 15:41:26 +0000 (17:41 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 6 Nov 2020 09:31:57 +0000 (10:31 +0100)
commit6e296980371710b00fa79fc20fbc5525208659ef
tree2edef48b4b48cea4376c3a854723e1b175cb9766
parentef164fb3f9c306958501b1719eeceddb7f6210bc
virhashtest: testHashGetItems: Remove test case for sorting by value

Upcoming patch will rewrite virHashGetItems to remove the sorting
function since the prevalent mode is to order by keys.

Remove the test for it.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Reviewed-by: Matt Coleman <matt@datto.com>
tests/virhashtest.c