Re: [libvirt] [PATCH 2/9] tests: json: Validate that attribute values are properly stolen

2018-03-30 Thread Ján Tomko
On Fri, Mar 30, 2018 at 12:59:09PM +0200, Peter Krempa wrote: Make sure that the 'a' and 'A' modifiers for virJSONValueObjectAddVArgs behave correctly. Signed-off-by: Peter Krempa --- tests/virjsontest.c | 47 +++ 1 file changed,

Re: [libvirt] [PATCH 2/9] tests: json: Validate that attribute values are properly stolen

2018-03-30 Thread Peter Krempa
On Fri, Mar 30, 2018 at 12:59:09 +0200, Peter Krempa wrote: > Make sure that the 'a' and 'A' modifiers for virJSONValueObjectAddVArgs > behave correctly. > > Signed-off-by: Peter Krempa > --- If you apply this patch without the fix first you get the following error in

[libvirt] [PATCH 2/9] tests: json: Validate that attribute values are properly stolen

2018-03-30 Thread Peter Krempa
Make sure that the 'a' and 'A' modifiers for virJSONValueObjectAddVArgs behave correctly. Signed-off-by: Peter Krempa --- tests/virjsontest.c | 47 +++ 1 file changed, 47 insertions(+) diff --git a/tests/virjsontest.c