mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Rename virtTestDifferenceFull to virTestDifferenceFull.
This function doesn't follow our convention of naming functions.
This commit is contained in:
committed by
John Ferlan
parent
239caffb1d
commit
753edcb3a4
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user