msi/tests: Fix a copy & paste typo in a test message.
This commit is contained in:
parent
4ea704d15a
commit
03ff6ba641
|
@ -1779,7 +1779,7 @@ static void test_MsiInstallProduct(void)
|
|||
type = REG_SZ;
|
||||
res = RegQueryValueExA(hkey, "OrderTestName", NULL, &type, (LPBYTE)path, &size);
|
||||
ok(res == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %d\n", res);
|
||||
ok(!lstrcmpA(path, "OrderTestValue"), "Expected imaname, got %s\n", path);
|
||||
ok(!lstrcmpA(path, "OrderTestValue"), "Expected OrderTestValue, got %s\n", path);
|
||||
|
||||
check_service_is_installed();
|
||||
|
||||
|
|
Loading…
Reference in New Issue