From 401bb813bd0bdd9dfa8271f5941dd92a6127abd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ry=C5=A1av=C3=BD?= Date: Thu, 26 May 2016 17:01:52 +0200 Subject: Rename virtTestLoadFile to virTestLoadFile. This function doesn't follow our convention of naming functions. --- tests/vboxsnapshotxmltest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/vboxsnapshotxmltest.c') diff --git a/tests/vboxsnapshotxmltest.c b/tests/vboxsnapshotxmltest.c index 5e040bdf3b..fa7bbfe4a3 100644 --- a/tests/vboxsnapshotxmltest.c +++ b/tests/vboxsnapshotxmltest.c @@ -67,7 +67,7 @@ testCompareXMLtoXMLFiles(const char *xml) if (virFileMakePath(abs_builddir "/vboxsnapshotxmldata") < 0) goto cleanup; - if (virtTestLoadFile(xml, &xmlData) < 0) + if (virTestLoadFile(xml, &xmlData) < 0) goto cleanup; if (!(machine = virVBoxSnapshotConfLoadVboxFile(xml, (char*)""))) @@ -76,7 +76,7 @@ testCompareXMLtoXMLFiles(const char *xml) if (virVBoxSnapshotConfSaveVboxFile(machine, pathResult) < 0) goto cleanup; - if (virtTestLoadFile(pathResult, &actual) < 0) + if (virTestLoadFile(pathResult, &actual) < 0) goto cleanup; if (!(actual = testFilterXML(actual))) -- cgit v1.2.1