LocalizationTest: increase quantity test to 567 to test the whole range

This commit is contained in:
Hans-Christoph Steiner 2018-03-06 23:25:51 +01:00
parent 6ad3604a0e
commit c76f7addd1

View File

@ -102,7 +102,7 @@ public class LocalizationTest {
String formats = null;
try {
int resId = field.getInt(int.class);
for (int quantity = 0; quantity < 22; quantity++) {
for (int quantity = 0; quantity < 567; quantity++) {
resources.getQuantityString(resId, quantity);
}