Ignore:
Timestamp:
2019-10-06T15:22:40+02:00 (6 years ago)
Author:
Don-vip
Message:

see #2760 - fix unit tests

File:
1 edited

Legend:

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

    r15431 r15432  
    6666    /**
    6767     * Tests simplification
    68      * @throws IOException
    69      * @throws IllegalDataException
     68     * @throws Exception in case of error
    7069     */
    7170    @Test
    72     public void testSimplify() throws IllegalDataException, IOException {
     71    public void testSimplify() throws Exception {
    7372        DataSet DsSimplify = getDs("tracks");
    7473        DataSet DsExpected = getDs("tracks-simplify15");
Note: See TracChangeset for help on using the changeset viewer.