Max Reitz <mre...@redhat.com> writes:

> The comment explaining the expected behavior was actually mistaken (the
> test code, however, was not). Fix this.
>
> Signed-off-by: Max Reitz <mre...@redhat.com>
> ---
>  tests/check-qdict.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tests/check-qdict.c b/tests/check-qdict.c
> index d4ec631..7a7461b 100644
> --- a/tests/check-qdict.c
> +++ b/tests/check-qdict.c
> @@ -323,11 +323,11 @@ static void qdict_array_split_test(void)
>       *
>       * [
>       *     {
> -     *         "a": 42
> +     *         "a": 42,
> +     *         "b": 23
>       *     },
>       *     {
> -     *         "x": 0,
> -     *         "y": 1
> +     *         "x": 0
>       *     }
>       * ]
>       *

Looks like this is on top of "[PATCH v7 21/24] tests: Add test for
qdict_array_split()", which hasn't been committed, yet.  Squash it in?

Reply via email to