Changeset 15432 in josm for trunk/test/unit/org/openstreetmap/josm/actions
- Timestamp:
- 2019-10-06T15:22:40+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/actions/SimplifyWayActionTest.java
r15431 r15432 66 66 /** 67 67 * Tests simplification 68 * @throws IOException 69 * @throws IllegalDataException 68 * @throws Exception in case of error 70 69 */ 71 70 @Test 72 public void testSimplify() throws IllegalDataException, IOException {71 public void testSimplify() throws Exception { 73 72 DataSet DsSimplify = getDs("tracks"); 74 73 DataSet DsExpected = getDs("tracks-simplify15");
Note:
See TracChangeset
for help on using the changeset viewer.