qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] tests: Correct comment for qdict_array_split te


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH] tests: Correct comment for qdict_array_split test
Date: Mon, 13 Jan 2014 10:30:40 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Max Reitz <address@hidden> writes:

> The comment explaining the expected behavior was actually mistaken (the
> test code, however, was not). Fix this.
>
> Signed-off-by: Max Reitz <address@hidden>
> ---
>  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

[Prev in Thread] Current Thread [Next in Thread]