Changeset 17844 in josm


Ignore:
Timestamp:
2021-05-01T14:00:22+02:00 (3 years ago)
Author:
simon04
Message:

see #14176 - Fix GpxLayerTest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/layer/GpxLayerTest.java

    r17718 r17844  
    222222    void testFormatTimespan() {
    223223        Instant[] timespan = {Instant.parse("2021-03-01T17:53:16Z"), Instant.parse("2021-04-03T08:19:19Z")};
    224         assertEquals("2021-03-01T17:53:16 \u2013 2021-04-03T08:19:19 (32 days 14 h)", GpxLayer.formatTimespan(timespan));
     224        assertEquals("2021-03-01 17:53:16 \u2013 2021-04-03 08:19:19 (32 days 14 h)", GpxLayer.formatTimespan(timespan));
    225225    }
    226226
Note: See TracChangeset for help on using the changeset viewer.