mirror of https://gitee.com/openkylin/libvirt.git
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)
|
||||
|
||||
if (holesSupported()) {
|
||||
virTestCounterReset("testFileInData ");
|
||||
DO_TEST_IN_DATA(true, 4, 4, 4);
|
||||
DO_TEST_IN_DATA(false, 4, 4, 4);
|
||||
DO_TEST_IN_DATA(true, 8, 8, 8);
|
||||
|
|
Loading…
Reference in New Issue