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
ce894b9f
Commit
ce894b9f
authored
Feb 10, 2014
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Feb 10, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xmllite/tests: There is no need to initialize OLE.
parent
42e681e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
20 deletions
+0
-20
reader.c
dlls/xmllite/tests/reader.c
+0
-10
writer.c
dlls/xmllite/tests/writer.c
+0
-10
No files found.
dlls/xmllite/tests/reader.c
View file @
ce894b9f
...
...
@@ -1671,16 +1671,8 @@ static void test_read_attribute(void)
START_TEST
(
reader
)
{
HRESULT
r
;
r
=
CoInitialize
(
NULL
);
ok
(
r
==
S_OK
,
"failed to init com
\n
"
);
if
(
!
init_pointers
())
{
CoUninitialize
();
return
;
}
test_reader_create
();
test_readerinput
();
...
...
@@ -1697,6 +1689,4 @@ START_TEST(reader)
test_read_pending
();
test_readvaluechunk
();
test_read_xmldeclaration
();
CoUninitialize
();
}
dlls/xmllite/tests/writer.c
View file @
ce894b9f
...
...
@@ -70,18 +70,8 @@ static BOOL init_pointers(void)
START_TEST
(
writer
)
{
HRESULT
r
;
r
=
CoInitialize
(
NULL
);
ok
(
r
==
S_OK
,
"failed to init com
\n
"
);
if
(
!
init_pointers
())
{
CoUninitialize
();
return
;
}
test_writer_create
();
CoUninitialize
();
}
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