Re: [libvirt] [PATCH] test: metadata: Improve test coverate

2014-07-17 Thread Peter Krempa
On 07/17/14 17:03, Eric Blake wrote: > On 07/17/2014 08:32 AM, Peter Krempa wrote: > > s/coverate/coverage/ in the title > >> Test also the TITLE and DESCRIPTION metadata types. >> --- >> tests/metadatatest.c | 64 >> >> 1 file changed, 64 in

Re: [libvirt] [PATCH] test: metadata: Improve test coverate

2014-07-17 Thread Eric Blake
On 07/17/2014 08:32 AM, Peter Krempa wrote: s/coverate/coverage/ in the title > Test also the TITLE and DESCRIPTION metadata types. > --- > tests/metadatatest.c | 64 > > 1 file changed, 64 insertions(+) > ACK - more testing is always good

[libvirt] [PATCH] test: metadata: Improve test coverate

2014-07-17 Thread Peter Krempa
Test also the TITLE and DESCRIPTION metadata types. --- tests/metadatatest.c | 64 1 file changed, 64 insertions(+) diff --git a/tests/metadatatest.c b/tests/metadatatest.c index 91fc944..a8d8f10 100644 --- a/tests/metadatatest.c +++ b/tests/me