Francois Gouget : msi/tests: Add a trailing '\n' to an ok() call and fix a typo.
Module: wine Branch: master Commit: d5fc4ce772959812da1cc12dbecd836a585e1ea9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d5fc4ce772959812da1cc12dbe... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu May 2 16:38:19 2013 +0200 msi/tests: Add a trailing '\n' to an ok() call and fix a typo. --- dlls/msi/tests/install.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index e5d996e..f343c02 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 test2.cab to test2_.cab\n"); create_database(msifile, cc3_tables, sizeof(cc3_tables) / sizeof(msi_table)); MsiSetInternalUI(INSTALLUILEVEL_NONE, NULL);
participants (1)
-
Alexandre Julliard