Skip to content

Commit

Permalink
CLDR-16835 Extended Submission Phase - bugfix
Browse files Browse the repository at this point in the history
- test needed to be updated
  • Loading branch information
srl295 committed Jun 12, 2024
1 parent ad7d408 commit 9c197a8
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,18 @@ public void testIsTcLocale(final String loc, final String tf) {

@ParameterizedTest
@CsvSource({
// loc, isTc
"root, true",
"de, true",
"de_IT, true",
"csw, false",
"csw_CA, false",
"cho_US, false",
"zh, true",
"zh_Hant_MO, true",
"smj, false",
"smj_NO, false",
"smj_SE, false",
// loc, isExtended
"root, false",
"de, false",
"de_IT, false",
"csw, true",
"csw_CA, true",
"cho_US, true",
"zh, false",
"zh_Hant_MO, false",
"smj, true",
"smj_NO, true",
"smj_SE, true",
})
public void testIsExtendedSubmissionLocale(final String loc, final String tf) {
final CLDRLocale l = CLDRLocale.getInstance(loc);
Expand Down

0 comments on commit 9c197a8

Please sign in to comment.