Changeset 10396 in josm for trunk/test/unit/org/openstreetmap/josm/io
- Timestamp:
- 2016-06-16T12:38:56+02:00 (9 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/io
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/io/NoteImporterTest.java
r10364 r10396 24 24 if (Main.map != null) { 25 25 for (Layer l: Main.getLayerManager().getLayers()) { 26 Main. map.mapView.removeLayer(l);26 Main.getLayerManager().removeLayer(l); 27 27 } 28 28 Main.main.setMapFrame(null); -
trunk/test/unit/org/openstreetmap/josm/io/session/SessionReaderTest.java
r10364 r10396 140 140 if (Main.isDisplayingMapView()) { 141 141 for (NoteLayer nl : Main.getLayerManager().getLayersOfType(NoteLayer.class)) { 142 Main. map.mapView.removeLayer(nl);142 Main.getLayerManager().removeLayer(nl); 143 143 } 144 144 }
Note:
See TracChangeset
for help on using the changeset viewer.