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

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

wine commit id 3f2cae1378cc14e98747af6c0de02cb1e6a69928 by Francois Gouget <fgouget@free.fr>
This commit is contained in:
winesync 2022-03-13 18:51:51 +01:00 committed by Mark Jansen
parent b248722082
commit a88e131f97
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -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");