Changeset 12125 in josm for trunk/test/unit
- Timestamp:
- 2017-05-12T01:28:59+02:00 (8 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/JOSMFixture.java
r12070 r12125 152 152 new MainApplication().initialize(); 153 153 } else { 154 Main.main Panel.reAddListeners();154 Main.main.panel.reAddListeners(); 155 155 } 156 156 // Add a test layer to the layer manager to get the MapFrame -
trunk/test/unit/org/openstreetmap/josm/MainTest.java
r12011 r12125 46 46 @Rule 47 47 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD") 48 public JOSMTestRules test = new JOSMTestRules().platform().devAPI(); 48 public JOSMTestRules test = new JOSMTestRules().platform().devAPI().commands(); 49 49 50 50 /**
Note:
See TracChangeset
for help on using the changeset viewer.