]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
domainsnapshotxml2xml: Move files with conflicting names
authorPeter Krempa <pkrempa@redhat.com>
Wed, 4 Dec 2013 17:25:56 +0000 (18:25 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 5 Dec 2013 08:41:23 +0000 (09:41 +0100)
The new tests that will be added later would collide with files of
existing tests. Move and rename those files.

tests/domainsnapshotxml2xmlout/disk_snapshot_redefine.xml [moved from tests/domainsnapshotxml2xmlout/disk_snapshot.xml with 100% similarity]
tests/domainsnapshotxml2xmlout/external_vm_redefine.xml [moved from tests/domainsnapshotxml2xmlout/external_vm.xml with 100% similarity]
tests/domainsnapshotxml2xmltest.c

index bc41a118e2e0896109415d6421eac3f0af49cfe4..d8055e87a4f9c639ef106ab61c49ae000ab7af71 100644 (file)
@@ -207,13 +207,13 @@ mymain(void)
     setenv("PATH", "/bin", 1);
 
     DO_TEST_OUT("all_parameters", "9d37b878-a7cc-9f9a-b78f-49b3abad25a8", true);
-    DO_TEST_OUT("disk_snapshot", "c7a5fdbd-edaf-9455-926a-d65c16db1809", true);
+    DO_TEST_OUT("disk_snapshot_redefine", "c7a5fdbd-edaf-9455-926a-d65c16db1809", true);
     DO_TEST_OUT("full_domain", "c7a5fdbd-edaf-9455-926a-d65c16db1809", true);
     DO_TEST_OUT("noparent_nodescription_noactive", NULL, false);
     DO_TEST_OUT("noparent_nodescription", NULL, true);
     DO_TEST_OUT("noparent", "9d37b878-a7cc-9f9a-b78f-49b3abad25a8", false);
     DO_TEST_OUT("metadata", "c7a5fdbd-edaf-9455-926a-d65c16db1809", false);
-    DO_TEST_OUT("external_vm", "c7a5fdbd-edaf-9455-926a-d65c16db1809", false);
+    DO_TEST_OUT("external_vm_redefine", "c7a5fdbd-edaf-9455-926a-d65c16db1809", false);
 
 cleanup:
     if (testSnapshotXMLVariableLineRegex)