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
ca87f03a
Commit
ca87f03a
authored
Jan 27, 2022
by
Fabian Maurer
Committed by
Alexandre Julliard
Jan 27, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hlink/tests: Avoid "misleading indentation" warnings.
Signed-off-by:
Fabian Maurer
<
dark.shadow4@web.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
892007d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
hlink.c
dlls/hlink/tests/hlink.c
+15
-15
No files found.
dlls/hlink/tests/hlink.c
View file @
ca87f03a
...
...
@@ -2364,9 +2364,9 @@ if (0) { /* these currently open a browser window on wine */
CHECK_CALLED
(
IsSystemMoniker
);
CHECK_CALLED
(
GetDisplayName
);
CHECK_CALLED
(
HBC_GetObject
);
todo_wine
todo_wine
CHECK_CALLED
(
BindStatusCallback_GetBindInfo
);
todo_wine
todo_wine
CHECK_CALLED
(
Reduce
);
CHECK_CALLED
(
BindToObject
);
todo_wine
{
...
...
@@ -2374,15 +2374,15 @@ todo_wine {
CHECK_CALLED
(
BindStatusCallback_OnObjectAvailable
);
}
CHECK_CALLED
(
HT_QueryInterface_IHlinkTarget
);
todo_wine
todo_wine
CHECK_CALLED
(
HT_GetBrowseContext
);
CHECK_CALLED
(
HT_SetBrowseContext
);
todo_wine
todo_wine
CHECK_CALLED
(
HBC_QueryInterface_IHlinkHistory
);
CHECK_CALLED
(
HT_Navigate
);
todo_wine
todo_wine
CHECK_CALLED
(
HT_GetFriendlyName
);
todo_wine
todo_wine
CHECK_CALLED
(
BindStatusCallback_OnStopBinding
);
ok
(
bind_callback_refs
==
1
,
"Got unexpected refcount %d.
\n
"
,
bind_callback_refs
);
...
...
@@ -2400,7 +2400,7 @@ todo_wine
CHECK_CALLED
(
IsSystemMoniker
);
CHECK_CALLED
(
GetDisplayName
);
CHECK_CALLED
(
HBC_GetObject
);
todo_wine
todo_wine
CHECK_CALLED
(
Reduce
);
CHECK_CALLED
(
BindToObject
);
...
...
@@ -2425,13 +2425,13 @@ todo_wine
(
IUnknown
*
)
&
HlinkTarget
);
ok
(
hres
==
S_OK
,
"Got hr %#x.
\n
"
,
hres
);
CHECK_CALLED
(
HT_QueryInterface_IHlinkTarget
);
todo_wine
todo_wine
CHECK_CALLED
(
HT_GetBrowseContext
);
CHECK_CALLED
(
HT_SetBrowseContext
);
todo_wine
todo_wine
CHECK_CALLED
(
HBC_QueryInterface_IHlinkHistory
);
CHECK_CALLED
(
HT_Navigate
);
todo_wine
todo_wine
CHECK_CALLED
(
HT_GetFriendlyName
);
hres
=
IHlink_Navigate
(
hlink
,
0
,
pbc
,
NULL
,
&
HlinkBrowseContext
);
...
...
@@ -2456,10 +2456,10 @@ todo_wine
ok
(
hres
==
MK_S_ASYNCHRONOUS
,
"Navigate failed: %#x
\n
"
,
hres
);
CHECK_CALLED
(
IsSystemMoniker
);
CHECK_CALLED
(
GetDisplayName
);
todo_wine
todo_wine
CHECK_CALLED
(
BindStatusCallback_GetBindInfo
);
CHECK_CALLED
(
HBC_GetObject
);
todo_wine
todo_wine
CHECK_CALLED
(
Reduce
);
CHECK_CALLED
(
BindToObject
);
...
...
@@ -2491,13 +2491,13 @@ todo_wine
ok
(
hres
==
S_OK
,
"Got hr %#x.
\n
"
,
hres
);
CHECK_CALLED
(
BindStatusCallback_OnObjectAvailable
);
CHECK_CALLED
(
HT_QueryInterface_IHlinkTarget
);
todo_wine
todo_wine
CHECK_CALLED
(
HT_GetBrowseContext
);
CHECK_CALLED
(
HT_SetBrowseContext
);
todo_wine
todo_wine
CHECK_CALLED
(
HBC_QueryInterface_IHlinkHistory
);
CHECK_CALLED
(
HT_Navigate
);
todo_wine
todo_wine
CHECK_CALLED
(
HT_GetFriendlyName
);
hres
=
IHlink_Navigate
(
hlink
,
0
,
pbc
,
NULL
,
&
HlinkBrowseContext
);
...
...
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