Changeset 32988 in osm


Ignore:
Timestamp:
2016-09-11T18:31:56+02:00 (9 years ago)
Author:
nokutu
Message:

Fixed Test for OAuth PR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/utils/MapillaryURLTest.java

    r32593 r32988  
    8484    assertUrlEquals(
    8585        MapillaryURL.connectURL("http://redirect-host/ä"),
    86         "https://www.mapillary.com/connect",
     86        "https://legacy.mapillary.com/connect",
    8787        CLIENT_ID_QUERY_PART,
    8888        "scope=user%3Aread+public%3Aupload+public%3Awrite",
     
    9393    assertUrlEquals(
    9494        MapillaryURL.connectURL(null),
    95         "https://www.mapillary.com/connect",
     95        "https://legacy.mapillary.com/connect",
    9696        CLIENT_ID_QUERY_PART,
    9797        "scope=user%3Aread+public%3Aupload+public%3Awrite",
     
    101101    assertUrlEquals(
    102102        MapillaryURL.connectURL(""),
    103         "https://www.mapillary.com/connect",
     103        "https://legacy.mapillary.com/connect",
    104104        CLIENT_ID_QUERY_PART,
    105105        "scope=user%3Aread+public%3Aupload+public%3Awrite",
Note: See TracChangeset for help on using the changeset viewer.