[virt-tools-list] [virt-manager PATCH] test: delete '\n' in xml added by accident

Cole Robinson crobinso at redhat.com
Fri Feb 7 14:16:35 UTC 2014


On 02/07/2014 02:32 AM, Chen Hanxiao wrote:
> 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
> 

Giuseppe's patch already on the list should cover this.

- Cole




More information about the virt-tools-list mailing list