mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:33:01 +00:00
[ODBCCP32_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70908
This commit is contained in:
parent
299154ad71
commit
32c6851049
1 changed files with 5 additions and 0 deletions
|
@ -112,6 +112,11 @@ static void test_SQLInstallDriverManager(void)
|
||||||
/* Length OK */
|
/* Length OK */
|
||||||
bool_ret = SQLInstallDriverManager(target_path, MAX_PATH, NULL);
|
bool_ret = SQLInstallDriverManager(target_path, MAX_PATH, NULL);
|
||||||
sql_ret = SQLInstallerErrorW(1, &error_code, NULL, 0, NULL);
|
sql_ret = SQLInstallerErrorW(1, &error_code, NULL, 0, NULL);
|
||||||
|
if(!bool_ret && error_code == ODBC_ERROR_WRITING_SYSINFO_FAILED)
|
||||||
|
{
|
||||||
|
win_skip("not enough privileges\n");
|
||||||
|
return;
|
||||||
|
}
|
||||||
ok(bool_ret, "SQLInstallDriverManager unexpectedly failed: %d\n",
|
ok(bool_ret, "SQLInstallDriverManager unexpectedly failed: %d\n",
|
||||||
error_code);
|
error_code);
|
||||||
if (bool_ret)
|
if (bool_ret)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue