Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
cd50e151
Commit
cd50e151
authored
Nov 18, 2015
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Nov 18, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
odbccp32/test: Correct tests without privileges.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f9c80b08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
misc.c
dlls/odbccp32/tests/misc.c
+5
-0
No files found.
dlls/odbccp32/tests/misc.c
View file @
cd50e151
...
...
@@ -112,6 +112,11 @@ static void test_SQLInstallDriverManager(void)
/* Length OK */
bool_ret
=
SQLInstallDriverManager
(
target_path
,
MAX_PATH
,
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
"
,
error_code
);
if
(
bool_ret
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment