Changeset 9601 in josm for trunk/test
- Timestamp:
- 2016-01-24T01:07:35+01:00 (9 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/gui/dialogs
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/dialogs/LatLonDialogTest.java
r8857 r9601 16 16 */ 17 17 @Test 18 public void test parseLatLon() {18 public void testParseLatLon() { 19 19 assertEquals(new LatLon(49.29918, 19.24788), LatLonDialog.parseLatLon("49.29918° 19.24788°")); 20 20 assertEquals(new LatLon(49.29918, 19.24788), LatLonDialog.parseLatLon("N 49.29918 E 19.24788°"));
Note:
See TracChangeset
for help on using the changeset viewer.