am 4a55ee14: Fix typo in a unit test.
* commit '4a55ee14408ff28e6738b0165707b278b38f1282': Fix typo in a unit test.main
commit
5d0e0af57e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue