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
00c57d6b
Commit
00c57d6b
authored
Oct 31, 2008
by
Michael Karcher
Committed by
Alexandre Julliard
Oct 31, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3: IXMLCDATASection is not an element.
parent
521eafde
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
cdata.c
dlls/msxml3/cdata.c
+0
-0
domdoc.c
dlls/msxml3/tests/domdoc.c
+3
-0
No files found.
dlls/msxml3/cdata.c
View file @
00c57d6b
This diff is collapsed.
Click to expand it.
dlls/msxml3/tests/domdoc.c
View file @
00c57d6b
...
...
@@ -2907,6 +2907,9 @@ static void test_xmlTypes(void)
IXMLDOMNode
*
pNextChild
=
(
IXMLDOMNode
*
)
0x1
;
VARIANT
var
;
hr
=
IXMLDOMCDATASection_QueryInterface
(
pCDataSec
,
&
IID_IXMLDOMElement
,
(
LPVOID
*
)
&
pElement
);
ok
(
hr
==
E_NOINTERFACE
,
"ret %08x
\n
"
,
hr
);
hr
=
IXMLDOMElement_appendChild
(
pRoot
,
(
IXMLDOMNode
*
)
pCDataSec
,
NULL
);
ok
(
hr
==
S_OK
,
"ret %08x
\n
"
,
hr
);
...
...
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