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
320f9275
Commit
320f9275
authored
Nov 12, 2023
by
Daniel Lehman
Committed by
Alexandre Julliard
Nov 14, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3/tests: Remove unused test field.
parent
e0591faf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
domdoc.c
dlls/msxml3/tests/domdoc.c
+5
-6
No files found.
dlls/msxml3/tests/domdoc.c
View file @
320f9275
...
...
@@ -13653,14 +13653,13 @@ todo_wine {
typedef
struct
_namespace_as_attribute_t
{
const
GUID
*
guid
;
const
char
*
clsid
;
const
char
*
xmlns_uri
;
}
namespace_as_attribute_t
;
static
const
namespace_as_attribute_t
namespace_as_attribute_test_data
[]
=
{
{
&
CLSID_DOMDocument
,
"CLSID_DOMDocument"
,
""
},
{
&
CLSID_DOMDocument2
,
"CLSID_DOMDocument2"
,
""
},
{
&
CLSID_DOMDocument26
,
"CLSID_DOMDocument26"
,
""
},
{
&
CLSID_DOMDocument30
,
"CLSID_DOMDocument30"
,
""
},
{
&
CLSID_DOMDocument
,
"CLSID_DOMDocument"
},
{
&
CLSID_DOMDocument2
,
"CLSID_DOMDocument2"
},
{
&
CLSID_DOMDocument26
,
"CLSID_DOMDocument26"
},
{
&
CLSID_DOMDocument30
,
"CLSID_DOMDocument30"
},
{
0
}
};
...
...
@@ -13788,7 +13787,7 @@ static void test_namespaces_as_attributes(void)
{
ok
(
hr
==
S_OK
,
"Failed to get namespace URI, hr %#lx.
\n
"
,
hr
);
if
(
test
->
prefixes
[
i
]
&&
!
strcmp
(
test
->
prefixes
[
i
],
"xmlns"
))
ok
(
!
lstrcmpW
(
str
,
_bstr_
(
entry
->
xmlns_uri
)
),
"got %s
\n
"
,
wine_dbgstr_w
(
str
));
ok
(
!
SysStringLen
(
str
),
"got %s
\n
"
,
wine_dbgstr_w
(
str
));
else
ok
(
!
lstrcmpW
(
str
,
_bstr_
(
test
->
uris
[
i
])),
"got %s
\n
"
,
wine_dbgstr_w
(
str
));
SysFreeString
(
str
);
...
...
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