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
6d565910
Commit
6d565910
authored
Mar 03, 2021
by
Andrey Gusev
Committed by
Alexandre Julliard
Mar 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon/tests: Fix typos in ok() messages.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2eae345d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
stream.c
dlls/urlmon/tests/stream.c
+1
-1
url.c
dlls/urlmon/tests/url.c
+1
-1
No files found.
dlls/urlmon/tests/stream.c
View file @
6d565910
...
...
@@ -212,7 +212,7 @@ static HRESULT WINAPI statusclb_OnDataAvailable(IBindStatusCallback *iface, DWOR
if
(
0
)
{
/* FIXME: Uncomment after removing BindToStorage hack. */
ok
(
pformatetc
!=
NULL
,
"pformatet
x
== NULL
\n
"
);
ok
(
pformatetc
!=
NULL
,
"pformatet
c
== NULL
\n
"
);
if
(
pformatetc
)
{
ok
(
pformatetc
->
cfFormat
==
0xc02d
,
"clipformat=%x
\n
"
,
pformatetc
->
cfFormat
);
ok
(
pformatetc
->
ptd
==
NULL
,
"ptd = %p
\n
"
,
pformatetc
->
ptd
);
...
...
dlls/urlmon/tests/url.c
View file @
6d565910
...
...
@@ -1973,7 +1973,7 @@ static HRESULT WINAPI statusclb_OnDataAvailable(IBindStatusCallbackEx *iface, DW
if
(
bind_to_object
&&
!
is_async_prot
)
ok
(
grfBSCF
==
(
BSCF_FIRSTDATANOTIFICATION
|
BSCF_LASTDATANOTIFICATION
),
"grfBSCF = %x
\n
"
,
grfBSCF
);
ok
(
pformatetc
!=
NULL
,
"pformatet
x
== NULL
\n
"
);
ok
(
pformatetc
!=
NULL
,
"pformatet
c
== NULL
\n
"
);
if
(
pformatetc
)
{
if
(
mime_type
[
0
])
{
INT
ret
;
...
...
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