mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
virfiletest: Fix test name prefix for virFileInData test
Because of lacking virTestCounterReset() call, the old test cases name was preserved. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
2b03534eeb
commit
6814ac678e
@ -388,6 +388,7 @@ mymain(void)
|
|||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
if (holesSupported()) {
|
if (holesSupported()) {
|
||||||
|
virTestCounterReset("testFileInData ");
|
||||||
DO_TEST_IN_DATA(true, 4, 4, 4);
|
DO_TEST_IN_DATA(true, 4, 4, 4);
|
||||||
DO_TEST_IN_DATA(false, 4, 4, 4);
|
DO_TEST_IN_DATA(false, 4, 4, 4);
|
||||||
DO_TEST_IN_DATA(true, 8, 8, 8);
|
DO_TEST_IN_DATA(true, 8, 8, 8);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user