Rename virtTestLoadFile to virTestLoadFile.

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

View File

@@ -24,7 +24,7 @@ testCompareXMLToXMLFiles(const char *xml)
int ret = -1;
virInterfaceDefPtr dev = NULL;
if (virtTestLoadFile(xml, &xmlData) < 0)
if (virTestLoadFile(xml, &xmlData) < 0)
goto fail;
if (!(dev = virInterfaceDefParseString(xmlData)))