Changeset 19057 in josm for trunk/test/unit/org
- Timestamp:
- 2024-04-25T09:46:47+02:00 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/date/DateUtilsTest.java
r19055 r19057 164 164 165 165 setTimeZone(TimeZone.getTimeZone("Europe/Berlin")); 166 assertEquals("1:00:00" + separator + "AM GMT+01:00", DateUtils.formatTime(new Date(0), DateFormat.LONG), "This is mostly dependent upon java.locale.providers. CET is also OK."); 166 assertEquals("1:00:00" + separator + "AM GMT+01:00", DateUtils.formatTime(new Date(0), 167 DateFormat.LONG), "This is mostly dependent upon java.locale.providers. CET is also OK."); 167 168 } 168 169
Note:
See TracChangeset
for help on using the changeset viewer.