Fix tests for Ia78d3540
Bug: 9550023 Change-Id: I13f4411573ff7b2564e88fc9b9a8d801dde23019main
parent
564ad4927c
commit
a099638667
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue