
On 05/26/2016 11:01 AM, Tomáš Ryšavý wrote:
This function doesn't follow our convention of naming functions. --- tests/bhyvexml2argvtest.c | 2 +- tests/bhyvexml2xmltest.c | 2 +- tests/commandtest.c | 4 +-- tests/cputest.c | 2 +- tests/domaincapstest.c | 4 +-- tests/domainconftest.c | 2 +- tests/domainsnapshotxml2xmltest.c | 4 +-- tests/esxutilstest.c | 4 +-- tests/eventtest.c | 2 +- tests/fchosttest.c | 10 +++--- tests/fdstreamtest.c | 8 ++--- tests/genericxml2xmltest.c | 4 +-- tests/interfacexml2xmltest.c | 4 +-- tests/jsontest.c | 2 +- tests/libvirtdconftest.c | 2 +- tests/lxcconf2xmltest.c | 6 ++-- tests/lxcxml2xmltest.c | 4 +-- tests/metadatatest.c | 10 +++--- tests/networkxml2conftest.c | 4 +-- tests/networkxml2firewalltest.c | 4 +-- tests/networkxml2xmltest.c | 4 +-- tests/networkxml2xmlupdatetest.c | 4 +-- tests/nodedevxml2xmltest.c | 4 +-- tests/nodeinfotest.c | 4 +-- tests/nsstest.c | 2 +- tests/nwfilterebiptablestest.c | 42 +++++++++++----------- tests/nwfilterxml2firewalltest.c | 4 +-- tests/nwfilterxml2xmltest.c | 4 +-- tests/objecteventtest.c | 22 ++++++------ tests/openvzutilstest.c | 2 +- tests/qemuagenttest.c | 2 +- tests/qemuargv2xmltest.c | 4 +-- tests/qemucapabilitiestest.c | 2 +- tests/qemucaps2xmltest.c | 2 +- tests/qemucommandutiltest.c | 6 ++-- tests/qemuhelptest.c | 4 +-- tests/qemuhotplugtest.c | 2 +- tests/qemumonitorjsontest.c | 10 +++--- tests/qemumonitortest.c | 4 +-- tests/qemuxml2argvtest.c | 54 ++++++++++++++-------------- tests/qemuxml2xmltest.c | 8 ++--- tests/scsihosttest.c | 8 ++--- tests/secretxml2xmltest.c | 4 +-- tests/securityselinuxlabeltest.c | 2 +- tests/securityselinuxtest.c | 26 +++++++------- tests/sexpr2xmltest.c | 4 +-- tests/sockettest.c | 72 +++++++++++++++++++------------------- tests/storagebackendsheepdogtest.c | 8 ++--- tests/storagepoolxml2xmltest.c | 4 +-- tests/storagevolxml2argvtest.c | 4 +-- tests/storagevolxml2xmltest.c | 4 +-- tests/sysinfotest.c | 2 +- tests/testutils.c | 2 +- tests/testutils.h | 6 ++-- tests/utiltest.c | 4 +-- tests/vboxsnapshotxmltest.c | 4 +-- tests/viralloctest.c | 14 ++++---- tests/viratomictest.c | 4 +-- tests/virauthconfigtest.c | 16 ++++----- tests/virbitmaptest.c | 24 ++++++------- tests/virbuftest.c | 6 ++-- tests/vircaps2xmltest.c | 4 +-- tests/vircapstest.c | 16 ++++----- tests/vircgrouptest.c | 38 ++++++++++---------- tests/vircryptotest.c | 4 +-- tests/virdbustest.c | 20 +++++------ tests/virdrivermoduletest.c | 8 ++--- tests/virendiantest.c | 4 +-- tests/virfiletest.c | 6 ++-- tests/virfirewalltest.c | 8 ++--- tests/virhashtest.c | 2 +- tests/virhostdevtest.c | 2 +- tests/viridentitytest.c | 12 +++---- tests/viriscsitest.c | 10 +++--- tests/virkeycodetest.c | 4 +-- tests/virkeyfiletest.c | 2 +- tests/virkmodtest.c | 4 +-- tests/virlockspacetest.c | 14 ++++---- tests/virlogtest.c | 2 +- tests/virnetdaemontest.c | 4 +-- tests/virnetdevbandwidthtest.c | 6 ++-- tests/virnetdevtest.c | 4 +-- tests/virnetmessagetest.c | 10 +++--- tests/virnetserverclienttest.c | 4 +-- tests/virnetsockettest.c | 30 ++++++++-------- tests/virnettlscontexttest.c | 4 +-- tests/virnettlssessiontest.c | 58 +++++++++++++++--------------- tests/virpcitest.c | 8 ++--- tests/virpolkittest.c | 12 +++---- tests/virportallocatortest.c | 8 ++--- tests/virrandomtest.c | 2 +- tests/virrotatingfiletest.c | 26 +++++++------- tests/virscsitest.c | 4 +-- tests/virshtest.c | 68 +++++++++++++++++------------------ tests/virstoragetest.c | 16 ++++----- tests/virstringtest.c | 70 ++++++++++++++++++------------------ tests/virsystemdtest.c | 54 ++++++++++++++-------------- tests/virtimetest.c | 54 ++++++++++++++-------------- tests/virtypedparamtest.c | 8 ++--- tests/viruritest.c | 18 +++++----- tests/virusbtest.c | 14 ++++---- tests/vmwarevertest.c | 4 +-- tests/vmx2xmltest.c | 4 +-- tests/xencapstest.c | 42 +++++++++++----------- tests/xlconfigtest.c | 8 ++--- tests/xmconfigtest.c | 8 ++--- tests/xml2sexprtest.c | 4 +-- tests/xml2vmxtest.c | 4 +-- 108 files changed, 604 insertions(+), 604 deletions(-)
ACK - NOTES: Modified virschematest.c (new since this patch) Modify virTestRun function to fix spacing on 2nd line Will push shortly - perhaps 5 at a time as I go through them. John