]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Fix text output for interface XML 2 XML
authorCole Robinson <crobinso@redhat.com>
Thu, 8 Oct 2009 21:23:54 +0000 (17:23 -0400)
committerCole Robinson <crobinso@redhat.com>
Fri, 16 Oct 2009 14:20:21 +0000 (10:20 -0400)
tests/interfacexml2xmltest.c

index 6e6c5e8e7f541df8cdd620030494d754cdfd7e61..5ffebad310444d3d02653f535a30c9361977ba37 100644 (file)
@@ -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