Changeset 10222 in josm for trunk/test/unit/org/openstreetmap/josm/data/coor
- Timestamp:
- 2016-05-15T21:14:06+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/coor/LatLonTest.java
r9879 r10222 7 7 import org.junit.Test; 8 8 import org.openstreetmap.josm.JOSMFixture; 9 10 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; 9 11 10 12 /** … … 26 28 * Lat/Lon sample values for unit tests 27 29 */ 30 @SuppressFBWarnings(value = "MS_PKGPROTECT") 28 31 public static final double[] SAMPLE_VALUES = new double[]{ 29 32 -180.0, -179.9, -179.6, -179.5, -179.4, -179.1, -179.0, -100.0, -99.9, -10.0, -9.9, -1.0, -0.1,
Note:
See TracChangeset
for help on using the changeset viewer.