Index: trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java	(revision 9095)
+++ trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java	(revision 9130)
@@ -22,5 +22,5 @@
  * Test projections using reference data. (Currently provided by proj.4)
  *
- * The data file data_nodist/projection-reference-data.csv can be created like this:
+ * The data file data_nodist/projection/projection-reference-data.csv can be created like this:
  *      Fist run this file's main method to collect epsg codes and bounds data.
  *      Then pipe the result into test/generate-proj-data.pl.
@@ -50,5 +50,5 @@
     public void test() throws IOException, FileNotFoundException {
         try (BufferedReader in = new BufferedReader(new InputStreamReader(
-                new FileInputStream("data_nodist/projection-reference-data.csv"), StandardCharsets.UTF_8))) {
+                new FileInputStream("data_nodist/projection/projection-reference-data.csv"), StandardCharsets.UTF_8))) {
             StringBuilder fail = new StringBuilder();
             String line;
Index: trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java	(revision 9095)
+++ trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java	(revision 9130)
@@ -35,5 +35,5 @@
  * This test is used to monitor changes in projection code.
  *
- * It keeps a record of test data in the file data_nodist/projection-regression-test-data.csv.
+ * It keeps a record of test data in the file data_nodist/projection/projection-regression-test-data.
  * This record is generated from the current Projection classes available in JOSM. It needs to
  * be updated, whenever a projection is added / removed or an algorithm is changed, such that
@@ -45,6 +45,6 @@
 public class ProjectionRegressionTest {
 
-    private static final String PROJECTION_DATA_FILE = "data_nodist/projection-regression-test-data.csv";
-    private static final String PROJECTION_DATA_FILE_JAVA_9 = "data_nodist/projection-regression-test-data-java9.csv";
+    private static final String PROJECTION_DATA_FILE = "data_nodist/projection/projection-regression-test-data";
+    private static final String PROJECTION_DATA_FILE_JAVA_9 = "data_nodist/projection/projection-regression-test-data-java9";
 
     private static class TestData {
