Ignore:
Timestamp:
2017-03-04T12:26:37+01:00 (7 years ago)
Author:
bastiK
Message:

see #5399 - update ProjectionRefTest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java

    r11648 r11661  
    6363
    6464    private static final String REFERENCE_DATA_FILE = "data_nodist/projection/projection-reference-data";
     65    private static final String PROJ_LIB_DIR = "data_nodist/projection";
    6566
    6667    private static class RefEntry {
     
    233234        args.addAll(Arrays.asList(def.split(" ")));
    234235        ProcessBuilder pb = new ProcessBuilder(args);
     236        pb.environment().put("PROJ_LIB", new File(PROJ_LIB_DIR).getAbsolutePath());
    235237
    236238        String output;
Note: See TracChangeset for help on using the changeset viewer.