mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 20:10:18 +00:00
msi/tests: Remove superfluous check.
This commit is contained in:
parent
ad8ce8388b
commit
0e5c2f346d
@ -3420,7 +3420,7 @@ static void test_publish(void)
|
||||
ok(r == ERROR_UNKNOWN_COMPONENT, "Expected ERROR_UNKNOWN_COMPONENT, got %d\n", r);
|
||||
ok(state == INSTALLSTATE_UNKNOWN, "Expected INSTALLSTATE_UNKNOWN, got %d\n", state);
|
||||
|
||||
if (is_64bit && !is_wow64)
|
||||
if (is_64bit)
|
||||
{
|
||||
res = RegOpenKeyExA(uninstall_32node, prodcode, 0, KEY_ALL_ACCESS, &prodkey);
|
||||
ok(res == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %d\n", res);
|
||||
|
Loading…
x
Reference in New Issue
Block a user