Index: applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/MapillarySequenceDownloadThreadTest.java
===================================================================
--- applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/MapillarySequenceDownloadThreadTest.java	(revision 31445)
+++ applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/MapillarySequenceDownloadThreadTest.java	(revision 31451)
@@ -59,5 +59,5 @@
 
         int page = 1;
-        while (!ex.isShutdown() && MapillaryLayer.getInstance().getMapillaryData().getImages().size() <= 0 && page < 50) {
+        while (!ex.isShutdown() && MapillaryLayer.getInstance().getData().getImages().size() <= 0 && page < 50) {
             System.out.println("Sending sequence-request "+page+" to Mapillary-servers…");
             Thread downloadThread = new MapillarySequenceDownloadThread(ex, queryString+"&page="+page);
@@ -67,5 +67,5 @@
             Thread.sleep(500);
         }
-        assertTrue(MapillaryLayer.getInstance().getMapillaryData().getImages().size() >= 1);
+        assertTrue(MapillaryLayer.getInstance().getData().getImages().size() >= 1);
         System.out.println("One or more images were added to the MapillaryLayer within the given bounds.");
     }
