Changeset 12745 in josm for trunk/test/unit/org


Ignore:
Timestamp:
2017-09-05T21:48:18+02:00 (7 years ago)
Author:
bastiK
Message:

see #15229 - deprecate LatLon#toStringCSV

removes last references of LatLon to CoordinateFormat classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/coor/LatLonTest.java

    r11086 r12745  
    201201    public void testFormatting() {
    202202        LatLon c = new LatLon(47.000000, 19.000000);
    203         assertEquals("47.0;19.0", c.toStringCSV(";"));
    204203        assertEquals("47.0", c.latToString(CoordinateFormat.DECIMAL_DEGREES));
    205204        assertEquals("19.0", c.lonToString(CoordinateFormat.DECIMAL_DEGREES));
Note: See TracChangeset for help on using the changeset viewer.