Index: /applications/editors/josm/plugins/mapillary/build.gradle
===================================================================
--- /applications/editors/josm/plugins/mapillary/build.gradle	(revision 31420)
+++ /applications/editors/josm/plugins/mapillary/build.gradle	(revision 31421)
@@ -161,2 +161,3 @@
   gradleVersion = '2.5'
 }
+
Index: plications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/AllTests.java
===================================================================
--- /applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/AllTests.java	(revision 31420)
+++ 	(revision )
@@ -1,16 +1,0 @@
-package org.openstreetmap.josm.plugins.mapillary;
-
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-import org.junit.runners.Suite.SuiteClasses;
-
-/**
- * Runs all tests.
- *
- * @author nokutu
- *
- */
-@RunWith(Suite.class)
-@SuiteClasses({ ImportTest.class, MapillarySequenceDownloadThreadTest.class })
-public class AllTests {
-}
Index: /applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/ImportTest.java
===================================================================
--- /applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/ImportTest.java	(revision 31420)
+++ /applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/ImportTest.java	(revision 31421)
@@ -32,6 +32,5 @@
         new LatLon(0, 0));
     assertEquals(0, img.getCa(), 0.01);
-    assert (Main.map.mapView.getRealBounds().getCenter().equalsEpsilon(img
-        .getLatLon()));
+    assertTrue(new LatLon(0, 0).equalsEpsilon(img.getLatLon()));
   }
 
