- Timestamp:
- 2024-09-05T18:38:11+02:00 (4 months ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/MainApplicationTest.java
r19121 r19209 58 58 import org.openstreetmap.josm.testutils.annotations.Main; 59 59 import org.openstreetmap.josm.testutils.annotations.OsmApi; 60 import org.openstreetmap.josm.testutils.annotations.Plugins; 60 61 import org.openstreetmap.josm.testutils.annotations.Projection; 61 62 import org.openstreetmap.josm.tools.Logging; … … 171 172 * @throws PluginListParseException if an error occurs 172 173 */ 174 @Plugins 173 175 @Test 174 176 void testUpdateAndLoadPlugins() throws PluginListParseException { -
trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerTestIT.java
r19109 r19209 43 43 import org.openstreetmap.josm.testutils.annotations.HTTPS; 44 44 import org.openstreetmap.josm.testutils.annotations.Main; 45 import org.openstreetmap.josm.testutils.annotations.Plugins; 45 46 import org.openstreetmap.josm.testutils.annotations.Projection; 46 47 import org.openstreetmap.josm.testutils.annotations.Territories; 48 import org.openstreetmap.josm.testutils.annotations.ThreadSync; 47 49 import org.openstreetmap.josm.tools.Destroyable; 48 50 import org.openstreetmap.josm.tools.Logging; … … 58 60 @Territories 59 61 @Timeout(value = 10, unit = TimeUnit.MINUTES) 62 @ThreadSync 63 @Plugins 60 64 public class PluginHandlerTestIT { 61 65
Note:
See TracChangeset
for help on using the changeset viewer.