Changeset 9498 in josm for trunk/test/unit/org/openstreetmap/josm/data/projection
- Timestamp:
- 2016-01-17T05:29:59+01:00 (9 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/data/projection
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/projection/EllipsoidTest.java
r8510 r9498 8 8 import org.openstreetmap.josm.data.coor.LatLon; 9 9 10 /** 11 * Unit tests for class {@link Ellipsoid}. 12 */ 10 13 public class EllipsoidTest { 11 14 -
trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionTest.java
r9372 r9498 13 13 import org.openstreetmap.josm.data.coor.LatLon; 14 14 15 /** 16 * Unit tests for class {@link Projection}. 17 */ 15 18 public class ProjectionTest { 16 19
Note:
See TracChangeset
for help on using the changeset viewer.