Commit 8532d066 authored by Greg Geldorp's avatar Greg Geldorp Committed by Alexandre Julliard

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

parent c59db6d2
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment