Changeset 19080 in josm for trunk/test/unit/org
- Timestamp:
- 2024-05-14T21:30:11+02:00 (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/testutils/annotations/ProjectionNadGrids.java
r18972 r19080 34 34 @Override 35 35 public void beforeEach(ExtensionContext extensionContext) throws Exception { 36 if (Utils.is Blank(Utils.getSystemProperty("PROJ_LIB"))) {36 if (Utils.isStripEmpty(Utils.getSystemProperty("PROJ_LIB"))) { 37 37 Utils.updateSystemProperty("PROJ_LIB", Paths.get("nodist", "data", "projection").toString()); 38 38 }
Note:
See TracChangeset
for help on using the changeset viewer.