Re: [Qemu-devel] [PATCH v2 03/13] check-qdict: Test cases for new functions

2015-06-12 Thread Max Reitz
On 10.06.2015 15:46, Kevin Wolf wrote: This adds test cases for the following new QDict functions: * qdict_array_entries() * qdict_set_default_str() * qdict_copy_default() Signed-off-by: Kevin Wolf --- tests/check-qdict.c | 67 + 1 file ch

Re: [Qemu-devel] [PATCH v2 03/13] check-qdict: Test cases for new functions

2015-06-10 Thread Eric Blake
On 06/10/2015 07:46 AM, Kevin Wolf wrote: > This adds test cases for the following new QDict functions: > > * qdict_array_entries() > * qdict_set_default_str() > * qdict_copy_default() > > Signed-off-by: Kevin Wolf > --- > tests/check-qdict.c | 67 >

[Qemu-devel] [PATCH v2 03/13] check-qdict: Test cases for new functions

2015-06-10 Thread Kevin Wolf
This adds test cases for the following new QDict functions: * qdict_array_entries() * qdict_set_default_str() * qdict_copy_default() Signed-off-by: Kevin Wolf --- tests/check-qdict.c | 67 + 1 file changed, 67 insertions(+) diff --git a/tests