Skip to content

Commit

Permalink
CLDR-17366 kbd: fix to DtdType
Browse files Browse the repository at this point in the history
- keyboard 3 needs to be from start version 45.0, otherwise tests incorrectly attempt stability with v44.
  • Loading branch information
srl295 committed Feb 8, 2024
1 parent 4e52ffc commit ed98d95
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ public enum DtdType {
"validity"),
ldmlBCP47("common/dtd/ldmlBCP47.dtd", "1.7.2", null, "bcp47"),
// keyboard 3.0
keyboard3("keyboards/dtd/ldmlKeyboard3.dtd", "44.0", null, "../keyboards/3.0"),
keyboardTest3("keyboards/dtd/ldmlKeyboardTest3.dtd", "44.0", null, "../keyboards/test");
keyboard3("keyboards/dtd/ldmlKeyboard3.dtd", "45.0", null, "../keyboards/3.0"),
keyboardTest3("keyboards/dtd/ldmlKeyboardTest3.dtd", "45.0", null, "../keyboards/test");

public static final Set<DtdType> STANDARD_SET =
ImmutableSet.of(ldmlBCP47, supplementalData, ldml, keyboard3);
Expand Down

0 comments on commit ed98d95

Please sign in to comment.