]> xenbits.xensource.com Git - libvirt.git/commitdiff
virfiletest: Fix test name prefix for virFileInData test
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 9 Oct 2018 12:50:53 +0000 (14:50 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 10 Oct 2018 15:14:05 +0000 (17:14 +0200)
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>
tests/virfiletest.c

index efe15485eb74805577d216b7968bc6d3a8eb47d7..19dd06e49ebd2786c80aa390e7eb2a6293177e36 100644 (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);