Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
842bb8cb
Commit
842bb8cb
authored
Apr 13, 2016
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 13, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32/tests: Fix spelling of a few variable names.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
0ebb3f2f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
moniker.c
dlls/ole32/tests/moniker.c
+6
-6
No files found.
dlls/ole32/tests/moniker.c
View file @
842bb8cb
...
...
@@ -1580,11 +1580,11 @@ static void test_item_moniker(void)
IBindCtx
*
bindctx
;
IMoniker
*
inverse
;
IUnknown
*
unknown
;
static
const
WCHAR
wszDelim
e
ter
[]
=
{
'!'
,
0
};
static
const
WCHAR
wszDelim
i
ter
[]
=
{
'!'
,
0
};
static
const
WCHAR
wszObjectName
[]
=
{
'T'
,
'e'
,
's'
,
't'
,
0
};
static
const
WCHAR
expected_display_name
[]
=
{
'!'
,
'T'
,
'e'
,
's'
,
't'
,
0
};
hr
=
CreateItemMoniker
(
wszDelim
e
ter
,
wszObjectName
,
&
moniker
);
hr
=
CreateItemMoniker
(
wszDelim
i
ter
,
wszObjectName
,
&
moniker
);
ok_ole_success
(
hr
,
CreateItemMoniker
);
test_moniker
(
"item moniker"
,
moniker
,
...
...
@@ -1709,15 +1709,15 @@ static void test_generic_composite_moniker(void)
FILETIME
filetime
;
IMoniker
*
inverse
;
IUnknown
*
unknown
;
static
const
WCHAR
wszDelim
e
ter1
[]
=
{
'!'
,
0
};
static
const
WCHAR
wszDelim
i
ter1
[]
=
{
'!'
,
0
};
static
const
WCHAR
wszObjectName1
[]
=
{
'T'
,
'e'
,
's'
,
't'
,
0
};
static
const
WCHAR
wszDelim
e
ter2
[]
=
{
'#'
,
0
};
static
const
WCHAR
wszDelim
i
ter2
[]
=
{
'#'
,
0
};
static
const
WCHAR
wszObjectName2
[]
=
{
'W'
,
'i'
,
'n'
,
'e'
,
0
};
static
const
WCHAR
expected_display_name
[]
=
{
'!'
,
'T'
,
'e'
,
's'
,
't'
,
'#'
,
'W'
,
'i'
,
'n'
,
'e'
,
0
};
hr
=
CreateItemMoniker
(
wszDelim
e
ter1
,
wszObjectName1
,
&
moniker1
);
hr
=
CreateItemMoniker
(
wszDelim
i
ter1
,
wszObjectName1
,
&
moniker1
);
ok_ole_success
(
hr
,
CreateItemMoniker
);
hr
=
CreateItemMoniker
(
wszDelim
e
ter2
,
wszObjectName2
,
&
moniker2
);
hr
=
CreateItemMoniker
(
wszDelim
i
ter2
,
wszObjectName2
,
&
moniker2
);
ok_ole_success
(
hr
,
CreateItemMoniker
);
hr
=
CreateGenericComposite
(
moniker1
,
moniker2
,
&
moniker
);
ok_ole_success
(
hr
,
CreateGenericComposite
);
...
...
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