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

Cole Robinson crobinso at redhat.com
Mon Oct 12 14:45:06 UTC 2009


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
 
-- 
1.6.5.rc2




More information about the libvir-list mailing list