LocalizationTest: increase quantity test to 567 to test the whole range
This commit is contained in:
parent
6ad3604a0e
commit
c76f7addd1
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user