[libvirt] [PATCH 01/10] tests: Fix text output for interface XML 2 XML

Cole Robinson crobinso at redhat.com
Fri Oct 16 14:57:35 UTC 2009


Daniel P. Berrange wrote:
> On Mon, Oct 12, 2009 at 10:45:06AM -0400, Cole Robinson wrote:
>> Signed-off-by: Cole Robinson <crobinso at redhat.com>
>> ---
>>  tests/interfacexml2xmltest.c |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/tests/interfacexml2xmltest.c b/tests/interfacexml2xmltest.c
>> index 6e6c5e8..5ffebad 100644
>> --- a/tests/interfacexml2xmltest.c
>> +++ b/tests/interfacexml2xmltest.c
>> @@ -76,7 +76,7 @@ mymain(int argc, char **argv)
>>          abs_srcdir = getcwd(cwd, sizeof(cwd));
>>  
>>  #define DO_TEST(name) \
>> -    if (virtTestRun("Node device XML-2-XML " name, \
>> +    if (virtTestRun("Interface XML-2-XML " name, \
>>                      1, testCompareXMLToXMLHelper, (name)) < 0) \
>>          ret = -1
>>  
> 
> ACK
> 

Pushed now.

Thanks,
Cole




More information about the libvir-list mailing list