Changeset 8809 in josm for trunk/test/unit/org/openstreetmap
- Timestamp:
- 2015-09-29T23:30:20+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/MainTest.java
r8799 r8809 10 10 @Test 11 11 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)); 14 13 } 15 14 }
Note:
See TracChangeset
for help on using the changeset viewer.