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
f4f4eb24
Commit
f4f4eb24
authored
Apr 02, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 03, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32/tests: Spelling fix.
parent
b01c2c8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
moniker.c
dlls/ole32/tests/moniker.c
+2
-2
No files found.
dlls/ole32/tests/moniker.c
View file @
f4f4eb24
...
...
@@ -765,7 +765,7 @@ static void test_MkParseDisplayName(void)
static
const
WCHAR
wszDisplayName
[]
=
{
'c'
,
'l'
,
's'
,
'i'
,
'd'
,
':'
,
'2'
,
'0'
,
'D'
,
'0'
,
'4'
,
'F'
,
'E'
,
'0'
,
'-'
,
'3'
,
'A'
,
'E'
,
'A'
,
'-'
,
'1'
,
'0'
,
'6'
,
'9'
,
'-'
,
'A'
,
'2'
,
'D'
,
'8'
,
'-'
,
'0'
,
'8'
,
'0'
,
'0'
,
'2'
,
'B'
,
'3'
,
'0'
,
'3'
,
'0'
,
'9'
,
'D'
,
':'
,
0
};
static
const
WCHAR
wszDisplayNameClsid
[]
=
{
'c'
,
'l'
,
's'
,
'i'
,
'd'
,
':'
,
0
};
static
const
WCHAR
wszNonExist
antProgId
[]
=
{
'N'
,
'o'
,
'n'
,
'E'
,
'x'
,
'i'
,
's'
,
't'
,
'a
'
,
'n'
,
't'
,
'P'
,
'r'
,
'o'
,
'g'
,
'I'
,
'd'
,
':'
,
0
};
static
const
WCHAR
wszNonExist
entProgId
[]
=
{
'N'
,
'o'
,
'n'
,
'E'
,
'x'
,
'i'
,
's'
,
't'
,
'e
'
,
'n'
,
't'
,
'P'
,
'r'
,
'o'
,
'g'
,
'I'
,
'd'
,
':'
,
0
};
static
const
WCHAR
wszDisplayNameRunning
[]
=
{
'W'
,
'i'
,
'n'
,
'e'
,
'T'
,
'e'
,
's'
,
't'
,
'R'
,
'u'
,
'n'
,
'n'
,
'i'
,
'n'
,
'g'
,
0
};
static
const
WCHAR
wszDisplayNameProgId1
[]
=
{
'S'
,
't'
,
'd'
,
'F'
,
'o'
,
'n'
,
't'
,
':'
,
0
};
static
const
WCHAR
wszDisplayNameProgId2
[]
=
{
'@'
,
'S'
,
't'
,
'd'
,
'F'
,
'o'
,
'n'
,
't'
,
0
};
...
...
@@ -776,7 +776,7 @@ static void test_MkParseDisplayName(void)
hr
=
CreateBindCtx
(
0
,
&
pbc
);
ok_ole_success
(
hr
,
CreateBindCtx
);
hr
=
MkParseDisplayName
(
pbc
,
wszNonExist
a
ntProgId
,
&
eaten
,
&
pmk
);
hr
=
MkParseDisplayName
(
pbc
,
wszNonExist
e
ntProgId
,
&
eaten
,
&
pmk
);
ok
(
hr
==
MK_E_CANTOPENFILE
,
"MkParseDisplayName should have failed with MK_E_CANTOPENFILE instead of 0x%08x
\n
"
,
hr
);
/* no special handling of "clsid:" without the string form of the clsid
...
...
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