msxml3/tests: Check the correct return value.
This commit is contained in:
parent
24a01dfef8
commit
e86063d686
|
@ -2656,7 +2656,7 @@ if (0)
|
|||
|
||||
/* baseName */
|
||||
str = (BSTR)0xdeadbeef;
|
||||
IXMLDOMComment_get_baseName(node_comment, &str);
|
||||
r = IXMLDOMComment_get_baseName(node_comment, &str);
|
||||
ok(r == S_FALSE, "ret %08x\n", r );
|
||||
ok(str == NULL, "Expected NULL\n");
|
||||
|
||||
|
|
Loading…
Reference in New Issue