Changeset 10306 in josm for trunk/test/unit
- Timestamp:
- 2016-05-31T00:14:15+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/layer/NativeScaleLayerTest.java
r9883 r10306 29 29 public void testTicket12255() { 30 30 assertNull(new NativeScaleLayer.ScaleList(Collections.<Double>emptyList()).getSnapScale(10, 2, false)); 31 assertNull(new NativeScaleLayer.ScaleList(new double[0]).getSnapScale(10, 2, false));32 31 } 33 32 }
Note:
See TracChangeset
for help on using the changeset viewer.