combase/tests: Remove a no longer useful test.
Microsoft changed the behavior from returning NULL into returning a valid pointer. Signed-off-by: Detlef Riekenberg <wine.dev@web.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
fe4f00681e
commit
baac17030c
|
@ -227,7 +227,6 @@ static void test_string_buffer(void)
|
|||
|
||||
/* Test creation of an empty buffer */
|
||||
ok(pWindowsPreallocateStringBuffer(0, &ptr, &buf) == S_OK, "Failed to preallocate string buffer\n");
|
||||
ok(buf == NULL, "Empty string buffer isn't a null string\n");
|
||||
ok(ptr != NULL, "Empty string didn't return a buffer pointer\n");
|
||||
ok(pWindowsPromoteStringBuffer(buf, &str) == S_OK, "Failed to promote string buffer\n");
|
||||
ok(str == NULL, "Empty string isn't a null string\n");
|
||||
|
|
Loading…
Reference in New Issue