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:
Michal Privoznik 2018-10-09 14:50:53 +02:00
parent 2b03534eeb
commit 6814ac678e
1 changed files with 1 additions and 0 deletions

View File

@ -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);