[libvirt] [PATCH 1/2] tests: genericxml2xml: Fix test file name

Peter Krempa pkrempa at redhat.com
Thu Jun 23 13:32:33 UTC 2016


Commit b1fc6a7b added a test file but used a different name in the
actual test.
---
 tests/genericxml2xmltest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/genericxml2xmltest.c b/tests/genericxml2xmltest.c
index 1a7a668..a487727 100644
--- a/tests/genericxml2xmltest.c
+++ b/tests/genericxml2xmltest.c
@@ -92,7 +92,7 @@ mymain(void)
     DO_TEST_FULL("graphics-vnc-socket-attr-listen-socket-mismatch", 0, false,
         TEST_COMPARE_DOM_XML2XML_RESULT_FAIL_PARSE);

-    DO_TEST_FULL("name-slash-parse", 0, false,
+    DO_TEST_FULL("name-slash-fail", 0, false,
         TEST_COMPARE_DOM_XML2XML_RESULT_FAIL_PARSE);

     DO_TEST("perf");
-- 
2.8.3




More information about the libvir-list mailing list