msi/tests: Add a trailing '\n' to an ok() call.

Christian Costa titan.costa at gmail.com
Thu May 2 08:56:25 CDT 2013


2013/5/2 Francois Gouget <fgouget at free.fr>

> ---
>  dlls/msi/tests/install.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c
> index e5d996e..0c322be 100644
> --- a/dlls/msi/tests/install.c
> +++ b/dlls/msi/tests/install.c
> @@ -3110,7 +3110,7 @@ static void test_continuouscabs(void)
>
>      /* Filename from msi is right and the one from cab is wrong */
>      create_cc_test_files();
> -    ok(MoveFile("test2.cab", "test2_.cab"), "Cannot rename test3.cab to
> test3_.cab");
> +    ok(MoveFile("test2.cab", "test2_.cab"), "Cannot rename test3.cab to
> test3_.cab\n");
>      create_database(msifile, cc3_tables, sizeof(cc3_tables) /
> sizeof(msi_table));
>
>      MsiSetInternalUI(INSTALLUILEVEL_NONE, NULL);
> --
> 1.7.10.4
>
>
> Hi François,

Can you fix the typo test3 to test2 as well please ?

Thanks
Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20130502/1b948b57/attachment.html>


More information about the wine-devel mailing list