Changeset 32653 in osm for applications/editors/josm/plugins/mapillary/test
- Timestamp:
- 2016-07-14T17:02:54+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary
- Files:
-
- 17 edited
-
AbstractTest.java (modified) (1 diff)
-
ImportTest.java (modified) (1 diff)
-
MapillaryAbstractImageTest.java (modified) (1 diff)
-
MapillaryDataTest.java (modified) (1 diff)
-
MapillaryLayerTest.java (modified) (1 diff)
-
MapillarySequenceTest.java (modified) (1 diff)
-
MapillaryTrafficSignLayerTest.java (modified) (1 diff)
-
cache/MapillaryCacheTest.java (modified) (1 diff)
-
gui/HyperlinkLabelTest.java (modified) (1 diff)
-
gui/MapillaryPreferenceSettingTest.java (modified) (1 diff)
-
history/MapillaryRecordTest.java (modified) (1 diff)
-
io/download/MapillarySequenceDownloadThreadTest.java (modified) (2 diffs)
-
oauth/OAuthPortListenerTest.java (modified) (1 diff)
-
oauth/UploadTest.java (modified) (1 diff)
-
traffico/TrafficoGlyphTest.java (modified) (1 diff)
-
traffico/TrafficoSignElementTest.java (modified) (1 diff)
-
traffico/TrafficoSignTest.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/AbstractTest.java
r31786 r32653 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary; 2 3 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/ImportTest.java
r32383 r32653 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary; 2 3 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/MapillaryAbstractImageTest.java
r32382 r32653 1 /** 2 * 3 */ 1 // License: GPL. For details, see LICENSE file. 4 2 package org.openstreetmap.josm.plugins.mapillary; 5 3 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/MapillaryDataTest.java
r32065 r32653 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary; 2 3 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/MapillaryLayerTest.java
r32036 r32653 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary; 2 3 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/MapillarySequenceTest.java
r32065 r32653 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary; 2 3 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/MapillaryTrafficSignLayerTest.java
r31799 r32653 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary; 2 3 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/cache/MapillaryCacheTest.java
r31797 r32653 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary.cache; 2 3 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/gui/HyperlinkLabelTest.java
r31819 r32653 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary.gui; 2 3 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/gui/MapillaryPreferenceSettingTest.java
r32652 r32653 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary.gui; 2 3 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/history/MapillaryRecordTest.java
r32383 r32653 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary.history; 2 3 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/io/download/MapillarySequenceDownloadThreadTest.java
r32198 r32653 1 /** 2 * 3 */ 1 // License: GPL. For details, see LICENSE file. 4 2 package org.openstreetmap.josm.plugins.mapillary.io.download; 5 3 … … 15 13 import org.openstreetmap.josm.plugins.mapillary.MapillaryLayer; 16 14 17 /**18 *19 */20 15 public class MapillarySequenceDownloadThreadTest extends AbstractTest { 21 16 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/oauth/OAuthPortListenerTest.java
r31808 r32653 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary.oauth; 2 3 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/oauth/UploadTest.java
r32034 r32653 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary.oauth; 2 3 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/traffico/TrafficoGlyphTest.java
r31795 r32653 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary.traffico; 2 3 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/traffico/TrafficoSignElementTest.java
r31909 r32653 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary.traffico; 2 3 -
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/traffico/TrafficoSignTest.java
r32066 r32653 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.plugins.mapillary.traffico; 2 3
Note:
See TracChangeset
for help on using the changeset viewer.
