Home
last modified time | relevance | path

Searched refs:knownAttributeExceptions (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java98 …private static final ImmutableSet<Pair<String, String>> knownAttributeExceptions = ImmutableSet.of( field in TestBasic
1389 … if (knownAttributeExceptions.contains(Pair.of(newElement.getName(), oldAttribute.getName()))) { in TestDtdCompatibility()