]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: genericxml2xml: Fix test file name
authorPeter Krempa <pkrempa@redhat.com>
Thu, 23 Jun 2016 13:13:49 +0000 (15:13 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 23 Jun 2016 19:11:32 +0000 (21:11 +0200)
Commit b1fc6a7b added a test file but used a different name in the
actual test.

tests/genericxml2xmltest.c

index 1a7a66818a61d3fbbb3dd778f9a78586ccfe4a90..a487727a015110910a26386e46f18813ebafc1c9 100644 (file)
@@ -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");