Changeset 18690 in josm for trunk/test/unit/org/openstreetmap/josm/plugins
- Timestamp:
- 2023-03-13T21:59:27+01:00 (3 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/plugins
- Files:
-
- 2 edited
-
PluginHandlerJOSMTooOldTest.java (modified) (1 diff)
-
PluginHandlerMultiVersionTest.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerJOSMTooOldTest.java
r17195 r18690 3 3 4 4 import static com.github.tomakehurst.wiremock.core.WireMockConfiguration.options; 5 import static org.junit. Assert.assertEquals;6 import static org.junit. Assert.assertFalse;7 import static org.junit. Assert.assertNotEquals;5 import static org.junit.jupiter.api.Assertions.assertEquals; 6 import static org.junit.jupiter.api.Assertions.assertFalse; 7 import static org.junit.jupiter.api.Assertions.assertNotEquals; 8 8 9 9 import java.io.File; -
trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerMultiVersionTest.java
r17195 r18690 3 3 4 4 import static com.github.tomakehurst.wiremock.core.WireMockConfiguration.options; 5 import static org.junit. Assert.assertEquals;6 import static org.junit. Assert.assertFalse;7 import static org.junit. Assert.assertNotEquals;5 import static org.junit.jupiter.api.Assertions.assertEquals; 6 import static org.junit.jupiter.api.Assertions.assertFalse; 7 import static org.junit.jupiter.api.Assertions.assertNotEquals; 8 8 9 9 import java.io.File;
Note:
See TracChangeset
for help on using the changeset viewer.
