Francois Gouget : msi/tests: Fix the case of an ok() message.

Alexandre Julliard julliard at winehq.org
Mon Oct 21 15:28:37 CDT 2019


Module: wine
Branch: master
Commit: 3f2cae1378cc14e98747af6c0de02cb1e6a69928
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3f2cae1378cc14e98747af6c0de02cb1e6a69928

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Oct 21 06:21:28 2019 +0200

msi/tests: Fix the case of an ok() message.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msi/tests/format.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msi/tests/format.c b/dlls/msi/tests/format.c
index 6cb52cf04d..88d8180a50 100644
--- a/dlls/msi/tests/format.c
+++ b/dlls/msi/tests/format.c
@@ -1771,7 +1771,7 @@ static void test_formatrecord_package(void)
     ok( 0 == strcmp(buffer,"1:  2:  3:  4:  5:  6:  7:  8:  9:  10:  11:  12:  "), "wrong output(%s)\n",buffer);
 
     r = MsiSetPropertyA(package, "prop", "val");
-    ok( r == ERROR_SUCCESS, "failed to set propertY: %d\n", r);
+    ok( r == ERROR_SUCCESS, "failed to set property: %d\n", r);
 
     r = MsiRecordSetStringA(hrec, 0, NULL);
     ok( r == ERROR_SUCCESS, "set string failed\n");




More information about the wine-cvs mailing list