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
aa0eceb5
Commit
aa0eceb5
authored
Jan 07, 2014
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Jan 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wbemprox/tests: Use BOOL type where appropriate.
parent
32858d18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
services.c
dlls/wbemprox/tests/services.c
+4
-4
No files found.
dlls/wbemprox/tests/services.c
View file @
aa0eceb5
...
...
@@ -115,7 +115,7 @@ static void test_IWbemLocator(void)
{
const
WCHAR
*
path
;
HRESULT
result
;
int
todo
;
BOOL
todo
;
HRESULT
result_broken
;
}
test
[]
=
...
...
@@ -124,10 +124,10 @@ static void test_IWbemLocator(void)
{
path1W
,
WBEM_E_INVALID_NAMESPACE
},
{
path2W
,
WBEM_E_INVALID_NAMESPACE
},
{
path3W
,
WBEM_E_INVALID_NAMESPACE
},
{
path4W
,
WBEM_E_INVALID_NAMESPACE
,
0
,
WBEM_E_INVALID_PARAMETER
},
{
path4W
,
WBEM_E_INVALID_NAMESPACE
,
FALSE
,
WBEM_E_INVALID_PARAMETER
},
{
path5W
,
WBEM_E_INVALID_NAMESPACE
},
{
path6W
,
0x800706ba
,
1
},
{
path7W
,
0x800706ba
,
1
},
{
path6W
,
0x800706ba
,
TRUE
},
{
path7W
,
0x800706ba
,
TRUE
},
{
path8W
,
WBEM_E_INVALID_NAMESPACE
},
{
path9W
,
S_OK
},
{
path10W
,
WBEM_E_INVALID_PARAMETER
},
...
...
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