Re: [libvirt] [PATCH 2/5] virjsontest: use name instead of doc for deflatten test

2018-08-31 Thread Daniel P . Berrangé
On Tue, Aug 28, 2018 at 12:22:52PM +0200, Ján Tomko wrote: > This test gets its JSON docs from files. > > Now that we have a 'name' field in testInfo, use it instead > of abusing the 'doc' field. > > Signed-off-by: Ján Tomko > --- > tests/virjsontest.c | 8 > 1 file changed, 4

[libvirt] [PATCH 2/5] virjsontest: use name instead of doc for deflatten test

2018-08-28 Thread Ján Tomko
This test gets its JSON docs from files. Now that we have a 'name' field in testInfo, use it instead of abusing the 'doc' field. Signed-off-by: Ján Tomko --- tests/virjsontest.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/virjsontest.c