Changeset 11661 in josm for trunk/test/unit
- Timestamp:
- 2017-03-04T12:26:37+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java
r11648 r11661 63 63 64 64 private static final String REFERENCE_DATA_FILE = "data_nodist/projection/projection-reference-data"; 65 private static final String PROJ_LIB_DIR = "data_nodist/projection"; 65 66 66 67 private static class RefEntry { … … 233 234 args.addAll(Arrays.asList(def.split(" "))); 234 235 ProcessBuilder pb = new ProcessBuilder(args); 236 pb.environment().put("PROJ_LIB", new File(PROJ_LIB_DIR).getAbsolutePath()); 235 237 236 238 String output;
Note:
See TracChangeset
for help on using the changeset viewer.