msxml3/tests: Check the correct return value.

This commit is contained in:
Michael Stefaniuc 2012-05-16 10:40:14 +02:00 committed by Alexandre Julliard
parent 24a01dfef8
commit e86063d686
1 changed files with 1 additions and 1 deletions

View File

@ -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");