Greg Geldorp : msctf/tests: Wait a bit for registrations to become active on Win7.

Alexandre Julliard julliard at winehq.org
Mon Jan 3 10:58:02 CST 2011


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

Author: Greg Geldorp <ggeldorp at vmware.com>
Date:   Sun Jan  2 20:26:45 2011 +0100

msctf/tests: Wait a bit for registrations to become active on Win7.

---

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

diff --git a/dlls/msctf/tests/inputprocessor.c b/dlls/msctf/tests/inputprocessor.c
index a1682fb..bc9da72 100644
--- a/dlls/msctf/tests/inputprocessor.c
+++ b/dlls/msctf/tests/inputprocessor.c
@@ -2113,6 +2113,8 @@ START_TEST(inputprocessor)
     {
         test_Register();
         test_RegisterCategory();
+        Sleep(2000); /* Win7 needs some time before the registrations become active */
+        processPendingMessages();
         test_EnumLanguageProfiles();
         test_EnumInputProcessorInfo();
         test_Enable();




More information about the wine-cvs mailing list