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
ba111c79
Commit
ba111c79
authored
Jun 01, 2014
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jun 11, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wbemprox/tests: Fix some test failures on older XP versions.
parent
1a7c0a6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
services.c
dlls/wbemprox/tests/services.c
+3
-3
No files found.
dlls/wbemprox/tests/services.c
View file @
ba111c79
...
...
@@ -131,7 +131,7 @@ static void test_IWbemLocator(void)
{
path8W
,
WBEM_E_INVALID_NAMESPACE
},
{
path9W
,
S_OK
},
{
path10W
,
WBEM_E_INVALID_PARAMETER
},
{
path11W
,
S_OK
},
{
path11W
,
S_OK
,
FALSE
,
WBEM_E_INVALID_PARAMETER
},
{
path12W
,
S_OK
},
{
path13W
,
S_OK
},
{
path14W
,
S_OK
},
...
...
@@ -139,8 +139,8 @@ static void test_IWbemLocator(void)
{
path16W
,
S_OK
},
{
path17W
,
WBEM_E_INVALID_NAMESPACE
},
{
path18W
,
S_OK
},
{
path19W
,
WBEM_E_INVALID_NAMESPACE
},
{
path20W
,
WBEM_E_INVALID_NAMESPACE
},
{
path19W
,
WBEM_E_INVALID_NAMESPACE
,
FALSE
,
WBEM_E_INVALID_PARAMETER
},
{
path20W
,
WBEM_E_INVALID_NAMESPACE
,
FALSE
,
WBEM_E_INVALID_PARAMETER
},
{
path21W
,
S_OK
},
{
path22W
,
S_OK
},
{
path23W
,
WBEM_E_INVALID_NAMESPACE
},
...
...
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