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
ec010ce3
Commit
ec010ce3
authored
Feb 11, 2016
by
Sebastian Lackner
Committed by
Alexandre Julliard
Feb 11, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avifil32/tests: Remove a couple of unnecessary tests.
Signed-off-by:
Sebastian Lackner
<
sebastian@fds-team.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b89f8884
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
api.c
dlls/avifil32/tests/api.c
+0
-5
No files found.
dlls/avifil32/tests/api.c
View file @
ec010ce3
...
...
@@ -371,11 +371,6 @@ static void test_default_data(void)
create_avi_file
(
&
cah
,
filename
);
res
=
AVIFileOpenA
(
&
pFile
,
filename
,
OF_SHARE_DENY_WRITE
,
0L
);
ok
(
res
!=
AVIERR_BADFORMAT
,
"Unable to open file: error1=%u
\n
"
,
AVIERR_BADFORMAT
);
ok
(
res
!=
AVIERR_MEMORY
,
"Unable to open file: error2=%u
\n
"
,
AVIERR_MEMORY
);
ok
(
res
!=
AVIERR_FILEREAD
,
"Unable to open file: error3=%u
\n
"
,
AVIERR_FILEREAD
);
ok
(
res
!=
AVIERR_FILEOPEN
,
"Unable to open file: error4=%u
\n
"
,
AVIERR_FILEOPEN
);
ok
(
res
!=
REGDB_E_CLASSNOTREG
,
"Unable to open file: error5=%u
\n
"
,
REGDB_E_CLASSNOTREG
);
ok
(
res
==
0
,
"Unable to open file: error=%u
\n
"
,
res
);
res
=
AVIFileGetStream
(
pFile
,
&
pStream0
,
0
,
0
);
...
...
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