Index: trunk/test/unit/org/openstreetmap/josm/actions/mapmode/DrawActionTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/actions/mapmode/DrawActionTest.java	(revision 14004)
+++ trunk/test/unit/org/openstreetmap/josm/actions/mapmode/DrawActionTest.java	(revision 14005)
@@ -4,5 +4,4 @@
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertNull;
 import static org.junit.Assert.assertTrue;
 
@@ -103,15 +102,3 @@
         }
     }
-
-    /**
-     * Non regression test case for bug #14762.
-     * @deprecated test to remove
-     */
-    @Test
-    @Deprecated
-    public void testTicket14762() {
-        DrawAction action = new DrawAction();
-        assertNull(action.getLayerManager().getEditDataSet());
-        assertEquals(0, action.getPreservedPrimitives().size());
-    }
 }
