[libvirt PATCH 0/6] tests: refactor some functions (glib chronicles)

Ján Tomko posted 6 patches 2 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1630784040.git.jtomko@redhat.com
tests/esxutilstest.c             | 46 +++++++++-----------------------
tests/securityselinuxlabeltest.c | 41 +++++++++-------------------
tests/virnetsockettest.c         | 26 +++++++-----------
3 files changed, 34 insertions(+), 79 deletions(-)
[libvirt PATCH 0/6] tests: refactor some functions (glib chronicles)
Posted by Ján Tomko 2 years, 7 months ago
Ján Tomko (6):
  tests: esxutils: refactor testParseDatastorePath
  tests: esxutils: reduce variable scope in testEscapeDatastoreItem
  tests: esxutils: reduce variable scope in testConvertWindows1252ToUTF8
  tests: reduce variable scope in testSELinuxCheckLabels
  tests: refactor testSELinuxLoadDef
  virnetsockettest: refactor checkProtocols

 tests/esxutilstest.c             | 46 +++++++++-----------------------
 tests/securityselinuxlabeltest.c | 41 +++++++++-------------------
 tests/virnetsockettest.c         | 26 +++++++-----------
 3 files changed, 34 insertions(+), 79 deletions(-)

-- 
2.31.1

Re: [libvirt PATCH 0/6] tests: refactor some functions (glib chronicles)
Posted by Pavel Hrdina 2 years, 7 months ago
On Sat, Sep 04, 2021 at 09:34:46PM +0200, Ján Tomko wrote:
> Ján Tomko (6):
>   tests: esxutils: refactor testParseDatastorePath
>   tests: esxutils: reduce variable scope in testEscapeDatastoreItem
>   tests: esxutils: reduce variable scope in testConvertWindows1252ToUTF8
>   tests: reduce variable scope in testSELinuxCheckLabels
>   tests: refactor testSELinuxLoadDef
>   virnetsockettest: refactor checkProtocols

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>