Skip to content

Commit

Permalink
CLDR-12026 kbd: fix test code
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Aug 25, 2023
1 parent b22b33b commit 3a20c4f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ public static final ElementAttributeInfo getInstance(String commonDirectory, Dtd
result.put(
DtdType.keyboard,
new ElementAttributeInfo(
canonicalCommonDirectory
+ "/../keyboards/3.0/fr-t-k0-azerty.xml",
canonicalCommonDirectory + "/../keyboards/3.0/fr-t-k0-test.xml",
DtdType.keyboard));
result.put(
DtdType.keyboardTest,
Expand Down

0 comments on commit 3a20c4f

Please sign in to comment.