[virt-tools-list] [virt-manager PATCH] test: delete '\n' in xml added by accident
Chen Hanxiao
chenhanxiao at cn.fujitsu.com
Fri Feb 7 07:32:30 UTC 2014
From: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
commit 499cb63f65118f8ff910525e7bf5c3d7f0d8c650
add a '\n' at the end of:
tests/cli-test-xml/compare/virtxml-edit-simple-graphics.xml,
test case will complain:
Domain 'test-many-devices' defined successfully.
-Changes will take effect after the next domain shutdown.
+Changes will take effect after the next domain shutdown.
This patch will delete the '\n'.
(It should be added by vim)
Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
tests/cli-test-xml/compare/virtxml-edit-simple-graphics.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/cli-test-xml/compare/virtxml-edit-simple-graphics.xml b/tests/cli-test-xml/compare/virtxml-edit-simple-graphics.xml
index 50e8e2a..613b70a 100644
--- a/tests/cli-test-xml/compare/virtxml-edit-simple-graphics.xml
+++ b/tests/cli-test-xml/compare/virtxml-edit-simple-graphics.xml
@@ -8,4 +8,4 @@
<listen type="address" address="1.2.3.4"/>
Domain 'test-many-devices' defined successfully.
-Changes will take effect after the next domain shutdown.
+Changes will take effect after the next domain shutdown.
\ No newline at end of file
--
1.8.2.1
More information about the virt-tools-list
mailing list