Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
0cab8eb3
Commit
0cab8eb3
authored
Sep 30, 2019
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mmdevapi/tests: Fix the spelling of ok() messages.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
badcda78
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
propstore.c
dlls/mmdevapi/tests/propstore.c
+1
-1
render.c
dlls/mmdevapi/tests/render.c
+1
-1
No files found.
dlls/mmdevapi/tests/propstore.c
View file @
0cab8eb3
...
@@ -111,7 +111,7 @@ static void test_getat(IPropertyStore *store)
...
@@ -111,7 +111,7 @@ static void test_getat(IPropertyStore *store)
hr
=
IPropertyStore_GetCount
(
store
,
&
propcount
);
hr
=
IPropertyStore_GetCount
(
store
,
&
propcount
);
ok
(
hr
==
S_OK
,
"Failed with %08x
\n
"
,
hr
);
ok
(
hr
==
S_OK
,
"Failed with %08x
\n
"
,
hr
);
ok
(
propcount
>
0
,
"Propcount %d should be great
h
er than zero
\n
"
,
propcount
);
ok
(
propcount
>
0
,
"Propcount %d should be greater than zero
\n
"
,
propcount
);
for
(
prop
=
0
;
prop
<
propcount
;
prop
++
)
{
for
(
prop
=
0
;
prop
<
propcount
;
prop
++
)
{
hr
=
IPropertyStore_GetAt
(
store
,
prop
,
&
pkey
);
hr
=
IPropertyStore_GetAt
(
store
,
prop
,
&
pkey
);
...
...
dlls/mmdevapi/tests/render.c
View file @
0cab8eb3
...
@@ -744,7 +744,7 @@ static void test_padding(void)
...
@@ -744,7 +744,7 @@ static void test_padding(void)
/* win10 appears not to clear the buffer */
/* win10 appears not to clear the buffer */
for
(
i
=
0
;
i
<
psize
*
pwfx
->
nBlockAlign
;
++
i
){
for
(
i
=
0
;
i
<
psize
*
pwfx
->
nBlockAlign
;
++
i
){
if
(
buf
[
i
]
!=
silence
){
if
(
buf
[
i
]
!=
silence
){
ok
(
0
,
"buffer has data in it already, i: %u, valu: %f
\n
"
,
i
,
*
((
float
*
)
buf
));
ok
(
0
,
"buffer has data in it already, i: %u, valu
e
: %f
\n
"
,
i
,
*
((
float
*
)
buf
));
break
;
break
;
}
}
}
}
...
...
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