We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db0b30 commit 84d66bfCopy full SHA for 84d66bf
test/unittest.c
@@ -1718,8 +1718,7 @@ int testGetFullTerritoryName(void) {
1718
for (i = 0; i < (int) (sizeof(locales_to_test) / sizeof(locales_to_test[0])); i++) {
1719
const char *locale = locales_to_test[i];
1720
int nrInLocale = 0;
1721
- for (territory = TERRITORY_NLD; territory < TERRITORY_NLD + 1; ++territory) {
1722
- // TODO for (territory = _TERRITORY_MIN + 1; territory < _TERRITORY_MAX; ++territory) {
+ for (territory = _TERRITORY_MIN + 1; territory < _TERRITORY_MAX; ++territory) {
1723
char expectedLocalName[MAX_TERRITORY_FULLNAME_UTF8_LEN + 1];
1724
getFullTerritoryNameInLocaleUtf8(expectedLocalName, territory, 0, 0);
1725
0 commit comments