Changeset 14453 in josm


Ignore:
Timestamp:
2018-11-25T21:07:16+01:00 (5 years ago)
Author:
Don-vip
Message:

see #16995 - update unit test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/io/GpxWriterTest.java

    r14243 r14453  
    6666        testSingleWaypoint(
    6767                w -> w.put(GpxConstants.PT_TIME, Date.from(LocalDate.of(2018, Month.AUGUST, 2).atStartOfDay(ZoneOffset.UTC).toInstant())),
    68                 "    <time>2018-08-02T00:00:00.000Z</time>%n");
     68                "    <time>2018-08-02T00:00:00Z</time>%n");
    6969    }
    7070
Note: See TracChangeset for help on using the changeset viewer.