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
a86566cb
Commit
a86566cb
authored
Mar 03, 2009
by
Paul Vriens
Committed by
Alexandre Julliard
Mar 04, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi/tests: Fix some typos.
parent
0faa6ab7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
path.c
dlls/shlwapi/tests/path.c
+3
-3
No files found.
dlls/shlwapi/tests/path.c
View file @
a86566cb
...
...
@@ -393,10 +393,10 @@ static void test_PathCombineW(void)
wszString2
[
0
]
=
'a'
;
wszString
=
pPathCombineW
(
wszString2
,
NULL
,
NULL
);
ok
(
wszString
==
NULL
||
broken
(
wszString
[
0
]
=
'a'
),
/* Win95 and some W2K */
broken
(
wszString
[
0
]
=
=
'a'
),
/* Win95 and some W2K */
"Expected a NULL return
\n
"
);
ok
(
wszString2
[
0
]
==
0
||
broken
(
wszString2
[
0
]
=
'a'
),
/* Win95 and some W2K */
broken
(
wszString2
[
0
]
=
=
'a'
),
/* Win95 and some W2K */
"Destination string not empty
\n
"
);
HeapFree
(
GetProcessHeap
(),
0
,
wszString2
);
...
...
@@ -411,7 +411,7 @@ static void test_PathCombineW(void)
wszString
=
pPathCombineW
(
wbuf
,
wstr1
,
wstr2
);
ok
(
wszString
==
NULL
,
"Expected a NULL return
\n
"
);
ok
(
wbuf
[
0
]
==
0
||
broken
(
wbuf
[
0
]
=
0xbfbf
),
/* Win95 and some W2K */
broken
(
wbuf
[
0
]
=
=
0xbfbf
),
/* Win95 and some W2K */
"Buffer contains data
\n
"
);
/* PathCombineW can be used in place */
...
...
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