Skip to content

Commit aef3201

Browse files
committed
Merge branch 'master' into 3.1.x.
2 parents cfe589c + 27859fa commit aef3201

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

geoapi/src/test/java/org/opengis/geoapi/CodeListTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ public void testAll() throws NoSuchFieldException, NoSuchMethodException,
132132
}
133133
}
134134
}
135+
remaining.removeIf((code) -> code.name().endsWith(IGNORABLE_NAME_SUFFIX));
135136
assertTrue(remaining.isEmpty(), () -> "No constants for " + remaining);
136137
/*
137138
* Try to create a new code list element with `valueOf(String)`.

0 commit comments

Comments
 (0)