am 4a55ee14: Fix typo in a unit test.

* commit '4a55ee14408ff28e6738b0165707b278b38f1282':
  Fix typo in a unit test.
main
Keisuke Kuroyanagi 2013-12-24 20:18:04 -08:00 committed by Android Git Automerger
commit 5d0e0af57e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class LatinImeStressTests extends InputTestsBase {
} }
} }
} }
public void testSwitchLanguagesAndInputRandamCodePoints() { public void testSwitchLanguagesAndInputRandomCodePoints() {
final String[] locales = {"en_US", "de", "el", "es", "fi", "it", "nl", "pt", "ru"}; final String[] locales = {"en_US", "de", "el", "es", "fi", "it", "nl", "pt", "ru"};
final int switchCount = 50; final int switchCount = 50;
final int maxWordCountToTypeInEachIteration = 20; final int maxWordCountToTypeInEachIteration = 20;