mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Rename virtTestLoadFile to virTestLoadFile.
This function doesn't follow our convention of naming functions.
This commit is contained in:
committed by
John Ferlan
parent
062ea148a0
commit
401bb813bd
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user