Index: trunk/test/unit/org/openstreetmap/josm/gui/layer/NativeScaleLayerTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/gui/layer/NativeScaleLayerTest.java	(revision 10302)
+++ trunk/test/unit/org/openstreetmap/josm/gui/layer/NativeScaleLayerTest.java	(revision 10306)
@@ -29,5 +29,4 @@
     public void testTicket12255() {
         assertNull(new NativeScaleLayer.ScaleList(Collections.<Double>emptyList()).getSnapScale(10, 2, false));
-        assertNull(new NativeScaleLayer.ScaleList(new double[0]).getSnapScale(10, 2, false));
     }
 }
