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
a336ae8f
Commit
a336ae8f
authored
Mar 21, 2020
by
Zebediah Figura
Committed by
Alexandre Julliard
Mar 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qasf/tests: Fix a test failure with Windows 2003.
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
be3cda6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dmowrapper.c
dlls/qasf/tests/dmowrapper.c
+1
-1
No files found.
dlls/qasf/tests/dmowrapper.c
View file @
a336ae8f
...
@@ -1707,7 +1707,7 @@ static void test_streaming_events(IMediaControl *control, IPin *sink, IMemInputP
...
@@ -1707,7 +1707,7 @@ static void test_streaming_events(IMediaControl *control, IPin *sink, IMemInputP
todo_wine
ok
(
testsink2
->
got_eos
==
1
,
"Got %u calls to IPin::EndOfStream().
\n
"
,
testsink2
->
got_eos
);
todo_wine
ok
(
testsink2
->
got_eos
==
1
,
"Got %u calls to IPin::EndOfStream().
\n
"
,
testsink2
->
got_eos
);
hr
=
IMemInputPin_Receive
(
input
,
sample
);
hr
=
IMemInputPin_Receive
(
input
,
sample
);
todo_wine
ok
(
hr
==
VFW_E_SAMPLE_REJECTED_EOS
,
"Got hr %#x.
\n
"
,
hr
);
todo_wine
ok
(
hr
==
S_FALSE
/* 2003 */
||
hr
==
VFW_E_SAMPLE_REJECTED_EOS
,
"Got hr %#x.
\n
"
,
hr
);
got_Flush
=
0
;
got_Flush
=
0
;
ok
(
!
testsink
->
got_begin_flush
,
"Got %u calls to IPin::BeginFlush().
\n
"
,
testsink
->
got_begin_flush
);
ok
(
!
testsink
->
got_begin_flush
,
"Got %u calls to IPin::BeginFlush().
\n
"
,
testsink
->
got_begin_flush
);
...
...
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