Changeset 15563 in josm for trunk/test/unit/org
- Timestamp:
- 2019-12-08T11:05:37+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/actions/JoinNodeWayActionTest.java
r15561 r15563 36 36 @Rule 37 37 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD") 38 public JOSMTestRules test = new JOSMTestRules().projection().main().preferences() ;38 public JOSMTestRules test = new JOSMTestRules().projection().main().preferences().projection(); 39 39 40 40 private void setupMapView(DataSet ds) { 41 41 // setup a reasonable screen size 42 MainApplication.getMap().mapView.addNotify();43 MainApplication.getMap().mapView.doLayout();44 42 MainApplication.getMap().mapView.setBounds(new Rectangle(1920, 1080)); 45 43 if (ds.getDataSourceBoundingBox() != null) {
Note:
See TracChangeset
for help on using the changeset viewer.