Changeset 9862 in josm for trunk/test/unit


Ignore:
Timestamp:
2016-02-23T21:12:22+01:00 (9 years ago)
Author:
simon04
Message:

fix #12563 - Allow to customize LatLon formatting

Use the preference keys latlon.dms.decimal-format and
latlon.dm.decimal-format.

File:
1 edited

Legend:

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

    r9861 r9862  
    2020     */
    2121    @Before
    22     public void setUp() throws Exception {
     22    public void setUp() {
    2323        Locale.setDefault(Locale.GERMAN);
     24        Main.initApplicationPreferences();
    2425        Main.setProjection(Projections.getProjectionByCode("EPSG:3857")); // Mercator
    2526    }
Note: See TracChangeset for help on using the changeset viewer.