]> xenbits.xensource.com Git - libvirt.git/commit
tests: viralloc: Remove testDispose case
authorPeter Krempa <pkrempa@redhat.com>
Mon, 1 Feb 2021 13:16:54 +0000 (14:16 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 3 Feb 2021 12:07:13 +0000 (13:07 +0100)
commitf08fea10fb5fa07bfc1c2b2b042e04f2e2c35616
tree1b7bc51959d698ba452e349febf51d06ec11ab6f
parent8bac46997fadcf94ccab6e9eb0d3d967d7c37e59
tests: viralloc: Remove testDispose case

The VIR_DISPOSE* APIs will be phased out. Additionally the test isn't
really doing useful work in ensuring that the values are indeed cleared
thus there's no point in keeping it around.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
tests/viralloctest.c