Changeset 10413 in josm for trunk/test/unit
- Timestamp:
- 2016-06-18T00:06:41+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/actions/SelectByInternalPointActionTest.java
r9669 r10413 39 39 public void testNoDataSet() { 40 40 while (Main.main.hasEditLayer()) { 41 Main.main.removeLayer(Main. main.getEditLayer());41 Main.main.removeLayer(Main.getLayerManager().getEditLayer()); 42 42 } 43 43 assertNull(JosmAction.getCurrentDataSet());
Note:
See TracChangeset
for help on using the changeset viewer.