Changeset 14005 in josm for trunk/test/unit/org
- Timestamp:
- 2018-07-06T01:32:11+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/actions/mapmode/DrawActionTest.java
r13564 r14005 4 4 import static org.junit.Assert.assertEquals; 5 5 import static org.junit.Assert.assertNotNull; 6 import static org.junit.Assert.assertNull;7 6 import static org.junit.Assert.assertTrue; 8 7 … … 103 102 } 104 103 } 105 106 /**107 * Non regression test case for bug #14762.108 * @deprecated test to remove109 */110 @Test111 @Deprecated112 public void testTicket14762() {113 DrawAction action = new DrawAction();114 assertNull(action.getLayerManager().getEditDataSet());115 assertEquals(0, action.getPreservedPrimitives().size());116 }117 104 }
Note:
See TracChangeset
for help on using the changeset viewer.