Skip to content
Snippets Groups Projects
Commit a0996386 authored by Jean Chalard's avatar Jean Chalard
Browse files

Fix tests for Ia78d3540

Bug: 9550023
Change-Id: I13f4411573ff7b2564e88fc9b9a8d801dde23019
parent 564ad492
No related branches found
No related tags found
No related merge requests found
...@@ -242,6 +242,7 @@ public class InputTestsBase extends ServiceTestCase<LatinIMEForTests> { ...@@ -242,6 +242,7 @@ public class InputTestsBase extends ServiceTestCase<LatinIMEForTests> {
mEditText.mCurrentLocale = LocaleUtils.constructLocaleFromString(locale); mEditText.mCurrentLocale = LocaleUtils.constructLocaleFromString(locale);
SubtypeSwitcher.getInstance().forceLocale(mEditText.mCurrentLocale); SubtypeSwitcher.getInstance().forceLocale(mEditText.mCurrentLocale);
mLatinIME.loadKeyboard(); mLatinIME.loadKeyboard();
runMessages();
mKeyboard = mLatinIME.mKeyboardSwitcher.getKeyboard(); mKeyboard = mLatinIME.mKeyboardSwitcher.getKeyboard();
waitForDictionaryToBeLoaded(); waitForDictionaryToBeLoaded();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment