Module: wine Branch: master Commit: 306b3510a904f5a919e98569ea414ad47c806b53 URL: http://source.winehq.org/git/wine.git/?a=commit;h=306b3510a904f5a919e98569ea...
Author: Michael Stefaniuc mstefani@redhat.de Date: Thu May 17 00:53:31 2012 +0200
riched20/tests: Remove duplicated ok() call.
---
dlls/riched20/tests/editor.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/riched20/tests/editor.c b/dlls/riched20/tests/editor.c index 9347ed7..f6db413 100644 --- a/dlls/riched20/tests/editor.c +++ b/dlls/riched20/tests/editor.c @@ -5889,7 +5889,6 @@ static void test_undo_coalescing(void) ok (result == 0, "expected '%s' but got '%s'\n", "one two three", buffer); result = SendMessage(hwnd, EM_UNDO, 0, 0); ok (result == TRUE, "Failed to undo typed characters.\n"); - ok (result == TRUE, "Failed to undo typed characters.\n"); SendMessageA(hwnd, WM_GETTEXT, sizeof(buffer), (LPARAM)buffer); result = strcmp(buffer, ""); ok (result == 0, "expected '%s' but got '%s'\n", "", buffer);