Index: /applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/io/download/MapillarySequenceDownloadThreadTest.java
===================================================================
--- /applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/io/download/MapillarySequenceDownloadThreadTest.java	(revision 32197)
+++ /applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/io/download/MapillarySequenceDownloadThreadTest.java	(revision 32198)
@@ -35,6 +35,6 @@
     System.out.println("[JUnit] MapillarySequenceDownloadThreadTest.testRun()");
     // Area around image UjEbeXZYIoyAKOsE-remlg (59.32125452° N 18.06166856° E)
-    LatLon minLatLon = new LatLon(59.3212545, 18.0616685);
-    LatLon maxLatLon = new LatLon(59.3212546, 18.0616686);
+    LatLon minLatLon = new LatLon(59.32125, 18.06166);
+    LatLon maxLatLon = new LatLon(59.32126, 18.06167);
 
     ExecutorService ex = Executors.newSingleThreadExecutor();
@@ -43,5 +43,5 @@
         maxLatLon));
 
-    int page = 1;
+    int page = 0;
     while (!ex.isShutdown()
         && MapillaryLayer.getInstance().getData().getImages().size() <= 0
