Alistair Leslie-Hughes : oleacc: Removed failed test case.

Alexandre Julliard julliard at winehq.org
Wed Oct 29 09:39:17 CDT 2008


Module: wine
Branch: master
Commit: a4dc3213ae37b4254a261fae8ebd36a669804542
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a4dc3213ae37b4254a261fae8ebd36a669804542

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Wed Oct 29 16:42:02 2008 +1100

oleacc: Removed failed test case.

---

 dlls/oleacc/tests/main.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/oleacc/tests/main.c b/dlls/oleacc/tests/main.c
index b977a7b..bd00294 100644
--- a/dlls/oleacc/tests/main.c
+++ b/dlls/oleacc/tests/main.c
@@ -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);




More information about the wine-cvs mailing list