Commit 3f2cae13 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 30e6e49a
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment