Re: riched20:tests Add conformance test for EM_FINDWORDBREAK function.
Am 08.05.2011 05:14, schrieb James McKenzie:
+ if (winetest_debug > 1) { test_WM_CHAR(); test_EM_FINDTEXT(); test_EM_GETLINE(); @@ -7090,6 +7368,8 @@ START_TEST( editor ) test_WM_GETDLGCODE(); test_zoom(); test_dialogmode(); + } + test_EM_FINDWORDBREAK();
Hi, i guess you didn't meant to include that in your patch. -- Best Regards, André Hentschel
On 5/8/11 3:18 AM, André Hentschel wrote:
Am 08.05.2011 05:14, schrieb James McKenzie:
+ if (winetest_debug> 1) { test_WM_CHAR(); test_EM_FINDTEXT(); test_EM_GETLINE(); @@ -7090,6 +7368,8 @@ START_TEST( editor ) test_WM_GETDLGCODE(); test_zoom(); test_dialogmode(); + } + test_EM_FINDWORDBREAK();
Hi, i guess you didn't meant to include that in your patch.
Resending. Thanks for catching that from my tests. James McKenzie
participants (2)
-
André Hentschel -
James McKenzie