oleacc: Removed failed test case.

This commit is contained in:
Alistair Leslie-Hughes 2008-10-29 16:42:02 +11:00 committed by Alexandre Julliard
parent b12fbe1630
commit a4dc3213ae
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ static void test_getroletext(void)
bufW[0] = '*';
ret = GetRoleTextW(-1, bufW, 0);
ok(ret == 0, "GetRoleTextW doesn't return zero on wrong role number, got %d\n", ret);
/* don't know why this char */
todo_wine ok(bufW[0] == 0x1e90, "GetRoleTextW returned wrong char, got %u\n", bufW[0]);
/* zero role number - not documented */
ret = GetRoleTextA(0, NULL, 0);