Changeset 32988 in osm
- Timestamp:
- 2016-09-11T18:31:56+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/utils/MapillaryURLTest.java
r32593 r32988 84 84 assertUrlEquals( 85 85 MapillaryURL.connectURL("http://redirect-host/ä"), 86 "https:// www.mapillary.com/connect",86 "https://legacy.mapillary.com/connect", 87 87 CLIENT_ID_QUERY_PART, 88 88 "scope=user%3Aread+public%3Aupload+public%3Awrite", … … 93 93 assertUrlEquals( 94 94 MapillaryURL.connectURL(null), 95 "https:// www.mapillary.com/connect",95 "https://legacy.mapillary.com/connect", 96 96 CLIENT_ID_QUERY_PART, 97 97 "scope=user%3Aread+public%3Aupload+public%3Awrite", … … 101 101 assertUrlEquals( 102 102 MapillaryURL.connectURL(""), 103 "https:// www.mapillary.com/connect",103 "https://legacy.mapillary.com/connect", 104 104 CLIENT_ID_QUERY_PART, 105 105 "scope=user%3Aread+public%3Aupload+public%3Awrite",
Note:
See TracChangeset
for help on using the changeset viewer.