riched20/tests: Fixed typo.

Qian Hong fracting at gmail.com
Mon Jul 16 02:05:30 CDT 2012


>From 7d0f32f4e5f7f333d677fce1cd9d39b68460bd33 Mon Sep 17 00:00:00 2001
From: Qian Hong <fracting at gmail.com>
Date: Mon, 16 Jul 2012 15:02:46 +0800
Subject: riched20/tests: Fixed typo.

---
 dlls/riched20/tests/editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/riched20/tests/editor.c b/dlls/riched20/tests/editor.c
index 1ca221d..d2525be 100644
--- a/dlls/riched20/tests/editor.c
+++ b/dlls/riched20/tests/editor.c
@@ -5130,7 +5130,7 @@ static void test_EM_STREAMIN(void)

   result = SendMessage(hwndRichEdit, WM_GETTEXT, 1024, (LPARAM) buffer);
   ok (result  == length5,
-      "EM_STREAMIN: Test 4 returned %ld, expected %d\n", result, length5);
+      "EM_STREAMIN: Test 5 returned %ld, expected %d\n", result, length5);
   ok(es.dwError == 0, "EM_STREAMIN: Test 5 set error %d, expected
%d\n", es.dwError, 0);

   DestroyWindow(hwndRichEdit);
-- 
1.7.5.4



More information about the wine-patches mailing list