Changeset 17840 in josm for trunk/test/unit


Ignore:
Timestamp:
2021-05-01T12:37:44+02:00 (3 years ago)
Author:
simon04
Message:

see #14176 - Migrate ExceptionUtil to Instant

File:
1 edited

Legend:

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

    r17275 r17840  
    110110
    111111        assertEquals("<html>Failed to upload to changeset <strong>1</strong><br>because it has already been closed on 2016-01-01 00:00:00.",
    112                 ExceptionUtil.explainChangesetClosedException(new ChangesetClosedException(1, DateUtils.fromString("2016-01-01"), null)));
     112                ExceptionUtil.explainChangesetClosedException(new ChangesetClosedException(1, DateUtils.parseInstant("2016-01-01"), null)));
    113113    }
    114114
Note: See TracChangeset for help on using the changeset viewer.