diff --git a/dlls/msi/tests/suminfo.c b/dlls/msi/tests/suminfo.c index 869495d29d4..3bcc125ea9b 100644 --- a/dlls/msi/tests/suminfo.c +++ b/dlls/msi/tests/suminfo.c @@ -391,6 +391,7 @@ static void test_summary_binary(void) ok( sz == 0, "length wrong\n"); } + ival = -1; r = MsiSummaryInfoGetProperty(hsuminfo, PID_WORDCOUNT, &type, &ival, NULL, NULL, NULL); ok(r == ERROR_SUCCESS, "MsiSummaryInfoGetProperty failed\n"); todo_wine ok( ival == 0, "value incorrect\n");