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
3dc3d499
Commit
3dc3d499
authored
Oct 20, 2019
by
Nikolay Sivov
Committed by
Alexandre Julliard
Oct 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comdlg32/tests: Use win_skip() instead when appropriate.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
5ce743d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
itemdlg.c
dlls/comdlg32/tests/itemdlg.c
+1
-1
printdlg.c
dlls/comdlg32/tests/printdlg.c
+1
-1
No files found.
dlls/comdlg32/tests/itemdlg.c
View file @
3dc3d499
...
...
@@ -441,7 +441,7 @@ static BOOL test_instantiation(void)
&
IID_IFileSaveDialog
,
(
void
**
)
&
pfsd
);
if
(
FAILED
(
hr
))
{
skip
(
"Could not instantiate the FileSaveDialog.
\n
"
);
win_
skip
(
"Could not instantiate the FileSaveDialog.
\n
"
);
return
FALSE
;
}
ok
(
hr
==
S_OK
,
"got 0x%08x.
\n
"
,
hr
);
...
...
dlls/comdlg32/tests/printdlg.c
View file @
3dc3d499
...
...
@@ -375,7 +375,7 @@ static void test_PrintDlgExW(void)
/* PrintDlgEx not present before w2k */
if
(
!
pPrintDlgExW
)
{
skip
(
"PrintDlgExW not available
\n
"
);
win_
skip
(
"PrintDlgExW not available
\n
"
);
return
;
}
...
...
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