Changeset 9809 in josm for trunk/test
- Timestamp:
- 2016-02-16T15:25:06+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/layer/gpx/GpxDrawHelperTest.java
r9669 r9809 97 97 Main.pref.putInteger("draw.rawgps.colors.layer 003", GpxDrawHelper.ColorMode.DIRECTION.toIndex()); 98 98 final List<String> colors = calculateColors("data_nodist/2094047.gpx", "003", 10); 99 assertEquals("[#FF00FF, #E 8EC25, #EDEA26, #EDE625, #ECD622, #ECBC1E, #E8600E, #E73C09, #E8540C, #EA9116]", colors.toString());99 assertEquals("[#FF00FF, #EAEC25, #EDEA26, #EDE525, #ECD322, #EBB81D, #E85A0D, #E73708, #E84D0B, #EA8A15]", colors.toString()); 100 100 } 101 101
Note:
See TracChangeset
for help on using the changeset viewer.