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
3e96f98c
Commit
3e96f98c
authored
Apr 03, 2016
by
Nikolay Sivov
Committed by
Alexandre Julliard
Apr 04, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3/tests: Remove duplicated test check.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ea0d2918
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
saxreader.c
dlls/msxml3/tests/saxreader.c
+0
-1
No files found.
dlls/msxml3/tests/saxreader.c
View file @
3e96f98c
...
@@ -2927,7 +2927,6 @@ static void test_mxwriter_handlers(void)
...
@@ -2927,7 +2927,6 @@ static void test_mxwriter_handlers(void)
ok
(
hr
==
S_OK
,
"%s, expected S_OK, got %08x
\n
"
,
wine_dbgstr_guid
(
riids
[
i
]),
hr
);
ok
(
hr
==
S_OK
,
"%s, expected S_OK, got %08x
\n
"
,
wine_dbgstr_guid
(
riids
[
i
]),
hr
);
ok
(
writer2
==
writer
,
"got %p, expected %p
\n
"
,
writer2
,
writer
);
ok
(
writer2
==
writer
,
"got %p, expected %p
\n
"
,
writer2
,
writer
);
EXPECT_REF
(
writer
,
3
);
EXPECT_REF
(
writer
,
3
);
EXPECT_REF
(
writer2
,
3
);
IMXWriter_Release
(
writer2
);
IMXWriter_Release
(
writer2
);
IUnknown_Release
(
handler
);
IUnknown_Release
(
handler
);
}
}
...
...
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