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
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
>
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