[PATCH 0/2] genericxml2xmltest: Refactor test calls

Kristina Hanicova posted 2 patches 2 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1626790034.git.khanicov@redhat.com
tests/genericxml2xmltest.c | 71 ++++++++++++++++----------------------
1 file changed, 29 insertions(+), 42 deletions(-)
[PATCH 0/2] genericxml2xmltest: Refactor test calls
Posted by Kristina Hanicova 2 years, 9 months ago
Kristina Hanicova (2):
  genericxml2xmltest: Substitute 'inactive' variable with 'active'
  genericxml2xmltest: Refactor DO_TEST_FULL() calls

 tests/genericxml2xmltest.c | 71 ++++++++++++++++----------------------
 1 file changed, 29 insertions(+), 42 deletions(-)

-- 
2.31.1

Re: [PATCH 0/2] genericxml2xmltest: Refactor test calls
Posted by Michal Prívozník 2 years, 9 months ago
On 7/20/21 4:44 PM, Kristina Hanicova wrote:
> 
> Kristina Hanicova (2):
>   genericxml2xmltest: Substitute 'inactive' variable with 'active'
>   genericxml2xmltest: Refactor DO_TEST_FULL() calls
> 
>  tests/genericxml2xmltest.c | 71 ++++++++++++++++----------------------
>  1 file changed, 29 insertions(+), 42 deletions(-)
> 

I had some difficulties applying these because they were not rebased on
the top of your former patches. But that's okay, because they weren't
merged when you send these.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed.

Michal