Rename virtTestDifferenceFull to virTestDifferenceFull.

This function doesn't follow our convention of naming functions.
This commit is contained in:
Tomáš Ryšavý
2016-05-26 17:01:54 +02:00
committed by John Ferlan
parent 239caffb1d
commit 753edcb3a4
6 changed files with 19 additions and 19 deletions

View File

@@ -192,9 +192,9 @@ testQemuHotplugCheckResult(virDomainObjPtr vm,
ret = 0;
} else {
if (!fail)
virtTestDifferenceFull(stderr,
expected, expectedFile,
actual, NULL);
virTestDifferenceFull(stderr,
expected, expectedFile,
actual, NULL);
ret = -1;
}