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
f1709a99
Commit
f1709a99
authored
Jun 24, 2012
by
Julian Rüger
Committed by
Alexandre Julliard
Jun 25, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
localui/tests: Fix typos/grammar.
parent
3b454e8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
localui.c
dlls/localui/tests/localui.c
+6
-6
No files found.
dlls/localui/tests/localui.c
View file @
f1709a99
...
...
@@ -72,7 +72,7 @@ static PORT_INFO_2W * find_portinfo2(LPWSTR pPort)
if
(
!
pi_buffer
)
{
res
=
EnumPortsW
(
NULL
,
2
,
NULL
,
0
,
&
pi_needed
,
&
pi_numports
);
if
(
!
res
&&
(
GetLastError
()
==
RPC_S_SERVER_UNAVAILABLE
))
{
win_skip
(
"The
Service 'Spooler' is required for many test
\n
"
);
win_skip
(
"The
service 'Spooler' is required for many tests
\n
"
);
return
NULL
;
}
ok
(
!
res
,
"EnumPorts succeeded: got %d
\n
"
,
res
);
...
...
@@ -165,12 +165,12 @@ static void test_AddPortUI(void)
SetLastError
(
0xdeadbeef
);
new_portname
=
NULL
;
/*
* - On MSDN, you can read
, that no dialogs should be displayed,
when hWnd
* - On MSDN, you can read
that no dialog should be displayed
when hWnd
* is NULL, but native localui does not care
* -
when the new port already exist
,
* -
When the new port already exists
,
* TRUE is returned, but new_portname is NULL
* -
w
hen the new port starts with "COM" or "LPT",
* FALSE is returned with ERROR_NOT_SUPPORTED
i
n windows
* -
W
hen the new port starts with "COM" or "LPT",
* FALSE is returned with ERROR_NOT_SUPPORTED
o
n windows
*/
res
=
pAddPortUI
(
NULL
,
NULL
,
localportW
,
&
new_portname
);
ok
(
res
||
...
...
@@ -297,7 +297,7 @@ START_TEST(localui)
}
}
/* find installed
P
orts */
/* find installed
p
orts */
/* "FILE:" */
file_present
=
find_portinfo2
(
portname_fileW
);
...
...
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