Ignore:
Timestamp:
2015-12-15T12:20:46+01:00 (8 years ago)
Author:
bastiK
Message:

see #12186 - move projection data files to separate directory

File:
1 edited

Legend:

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

    r8509 r9130  
    2222 * Test projections using reference data. (Currently provided by proj.4)
    2323 *
    24  * The data file data_nodist/projection-reference-data.csv can be created like this:
     24 * The data file data_nodist/projection/projection-reference-data.csv can be created like this:
    2525 *      Fist run this file's main method to collect epsg codes and bounds data.
    2626 *      Then pipe the result into test/generate-proj-data.pl.
     
    5050    public void test() throws IOException, FileNotFoundException {
    5151        try (BufferedReader in = new BufferedReader(new InputStreamReader(
    52                 new FileInputStream("data_nodist/projection-reference-data.csv"), StandardCharsets.UTF_8))) {
     52                new FileInputStream("data_nodist/projection/projection-reference-data.csv"), StandardCharsets.UTF_8))) {
    5353            StringBuilder fail = new StringBuilder();
    5454            String line;
Note: See TracChangeset for help on using the changeset viewer.