msi/tests: Fix a copy & paste typo in a test message.

This commit is contained in:
Detlef Riekenberg 2009-03-30 17:33:09 +02:00 committed by Alexandre Julliard
parent 4ea704d15a
commit 03ff6ba641
1 changed files with 1 additions and 1 deletions

View File

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