Changeset 9601 in josm for trunk/test/unit


Ignore:
Timestamp:
2016-01-24T01:07:35+01:00 (8 years ago)
Author:
Don-vip
Message:

ConflictDialog: fix Sonar/Coverity issues + add basic unit test

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  
    1616     */
    1717    @Test
    18     public void testparseLatLon() {
     18    public void testParseLatLon() {
    1919        assertEquals(new LatLon(49.29918, 19.24788), LatLonDialog.parseLatLon("49.29918° 19.24788°"));
    2020        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.