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
83af2eec
Commit
83af2eec
authored
Nov 04, 2016
by
Hans Leidekker
Committed by
Alexandre Julliard
Nov 04, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
netapi32/tests: Fix a test failure on Windows 7.
Signed-off-by:
Hans Leidekker
<
hans@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
d17d54e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
access.c
dlls/netapi32/tests/access.c
+3
-3
No files found.
dlls/netapi32/tests/access.c
View file @
83af2eec
...
...
@@ -558,7 +558,7 @@ static void test_DavGetUNCFromHTTPPath(void)
static
const
WCHAR
path2
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
':'
,
'/'
,
'/'
,
's'
,
'e'
,
'r'
,
'v'
,
'e'
,
'r'
,
'/'
,
'p'
,
'a'
,
't'
,
'h'
,
0
};
static
const
WCHAR
path3
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
's'
,
':'
,
'/'
,
'/'
,
'
s'
,
'e'
,
'r'
,
'v'
,
'e'
,
'r
'
,
'/'
,
'p'
,
'a'
,
't'
,
'h'
,
0
};
{
'h'
,
't'
,
't'
,
'p'
,
's'
,
':'
,
'/'
,
'/'
,
'
h'
,
'o'
,
's'
,
't
'
,
'/'
,
'p'
,
'a'
,
't'
,
'h'
,
0
};
static
const
WCHAR
path4
[]
=
{
'\\'
,
'\\'
,
's'
,
'e'
,
'r'
,
'v'
,
'e'
,
'r'
,
0
};
static
const
WCHAR
path5
[]
=
...
...
@@ -598,7 +598,7 @@ static void test_DavGetUNCFromHTTPPath(void)
static
const
WCHAR
result
[]
=
{
'\\'
,
'\\'
,
's'
,
'e'
,
'r'
,
'v'
,
'e'
,
'r'
,
'\\'
,
'D'
,
'a'
,
'v'
,
'W'
,
'W'
,
'W'
,
'R'
,
'o'
,
'o'
,
't'
,
'\\'
,
'p'
,
'a'
,
't'
,
'h'
,
0
};
static
const
WCHAR
result2
[]
=
{
'\\'
,
'\\'
,
'
s'
,
'e'
,
'r'
,
'v'
,
'e'
,
'r
'
,
'@'
,
'S'
,
'S'
,
'L'
,
'\\'
,
'D'
,
'a'
,
'v'
,
'W'
,
'W'
,
'W'
,
'R'
,
'o'
,
'o'
,
't'
,
'\\'
,
{
'\\'
,
'\\'
,
'
h'
,
'o'
,
's'
,
't
'
,
'@'
,
'S'
,
'S'
,
'L'
,
'\\'
,
'D'
,
'a'
,
'v'
,
'W'
,
'W'
,
'W'
,
'R'
,
'o'
,
'o'
,
't'
,
'\\'
,
'p'
,
'a'
,
't'
,
'h'
,
0
};
static
const
WCHAR
result3
[]
=
{
'\\'
,
'\\'
,
's'
,
'e'
,
'r'
,
'v'
,
'e'
,
'r'
,
'\\'
,
'D'
,
'a'
,
'v'
,
'W'
,
'W'
,
'W'
,
'R'
,
'o'
,
'o'
,
't'
,
0
};
...
...
@@ -626,7 +626,7 @@ static void test_DavGetUNCFromHTTPPath(void)
{
{
path
,
MAX_PATH
,
ERROR_INVALID_PARAMETER
,
NULL
,
MAX_PATH
},
{
path2
,
MAX_PATH
,
ERROR_SUCCESS
,
result
,
25
},
{
path3
,
MAX_PATH
,
ERROR_SUCCESS
,
result2
,
2
9
},
{
path3
,
MAX_PATH
,
ERROR_SUCCESS
,
result2
,
2
7
},
{
path4
,
MAX_PATH
,
ERROR_INVALID_PARAMETER
,
NULL
,
MAX_PATH
},
{
path5
,
MAX_PATH
,
ERROR_INVALID_PARAMETER
,
NULL
,
MAX_PATH
},
{
path6
,
MAX_PATH
,
ERROR_INVALID_PARAMETER
,
NULL
,
MAX_PATH
},
...
...
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