mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
test tidy up
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1878675 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f235d3357c
commit
ff67cdf116
@ -163,7 +163,7 @@ public final class TestDateFormatConverter {
|
||||
public void testAllKnownLocales() {
|
||||
Pattern p = Pattern.compile("\\[\\$-(\\p{XDigit}+)]");
|
||||
|
||||
Set<String> blacklist = Stream.of(
|
||||
Set<String> excludeList = Stream.of(
|
||||
"sd-Deva", "tzm-Arab", "fuv", "plt", "yue", "tdd-Tale", "tdd",
|
||||
"khb-Talu", "khb", "qps", "ja-Ploc", "dz", "tmz", "ar-Ploc"
|
||||
).collect(Collectors.toSet());
|
||||
@ -183,7 +183,7 @@ public final class TestDateFormatConverter {
|
||||
Locale loc = Locale.forLanguageTag(partTag);
|
||||
assertNotNull("Invalid language tag: "+partTag, loc);
|
||||
|
||||
if (blacklist.contains(partTag)) {
|
||||
if (excludeList.contains(partTag)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user