Index: applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/io/download/SequenceDownloadRunnableTest.java
===================================================================
--- applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/io/download/SequenceDownloadRunnableTest.java	(revision 34434)
+++ applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/io/download/SequenceDownloadRunnableTest.java	(revision 34577)
@@ -23,5 +23,5 @@
 
   @Rule
-  public JOSMTestRules rules = new StreetsideTestRules().platform();
+  public JOSMTestRules rules = new StreetsideTestRules();
 
   private static final Function<Bounds, URL> SEARCH_SEQUENCES_URL_GEN = b -> {
Index: applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/utils/PluginStateTest.java
===================================================================
--- applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/utils/PluginStateTest.java	(revision 34434)
+++ applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/utils/PluginStateTest.java	(revision 34577)
@@ -5,6 +5,4 @@
 
 import org.junit.Test;
-
-import org.openstreetmap.josm.Main;
 
 /**
@@ -37,5 +35,4 @@
   @Test
   public void uploadTest() {
-    Main.main = null;
     assertEquals(false, PluginState.isUploading());
     PluginState.addImagesToUpload(2);
