Changeset 8809 in josm for trunk/test/unit


Ignore:
Timestamp:
2015-09-29T23:30:20+02:00 (9 years ago)
Author:
simon04
Message:

fix #11372 - Main: commandline uses OpenLocationAction for parsing http URLs, refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/MainTest.java

    r8799 r8809  
    1010    @Test
    1111    public void testParamType() throws Exception {
    12         assertThat(Main.paramType("48.000,16.000,48.001,16.001"), is(Main.DownloadParamType.bounds));
    13 
     12        assertThat(Main.DownloadParamType.paramType("48.000,16.000,48.001,16.001"), is(Main.DownloadParamType.bounds));
    1413    }
    1514}
Note: See TracChangeset for help on using the changeset viewer.