tests: Rename virtTestCompareToFile to virTestCompareToFile.

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

View File

@@ -39,7 +39,7 @@ testCompareFiles(const char *xml, const char *sexpr)
if (!(gotsexpr = xenFormatSxpr(NULL, def)))
goto fail;
if (virtTestCompareToFile(gotsexpr, sexpr) < 0)
if (virTestCompareToFile(gotsexpr, sexpr) < 0)
goto fail;
ret = 0;