Changeset 9908 in josm for trunk/test/unit/org
- Timestamp:
- 2016-03-01T23:53:38+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java
r9199 r9908 57 57 } 58 58 59 /** 60 * Program entry point to update reference projection file. 61 * @param args not used 62 * @throws IOException if any I/O errors occurs 63 */ 59 64 public static void main(String[] args) throws IOException { 60 65 setUp(); … … 155 160 } 156 161 162 /** 163 * Non-regression unit test. 164 * @throws IOException if any I/O error occurs 165 */ 157 166 @Test 158 public void regressionTest() throws IOException , FileNotFoundException{167 public void regressionTest() throws IOException { 159 168 List<TestData> allData = readData(); 160 169 Set<String> dataCodes = new HashSet<>();
Note:
See TracChangeset
for help on using the changeset viewer.