Changeset 31970 in osm for applications/editors/josm


Ignore:
Timestamp:
2016-01-11T14:28:01+01:00 (9 years ago)
Author:
floscher
Message:

Fix failing tests for the /connect URL change

(authored by Kamil Nikel <knikel@…>)

File:
1 edited

Legend:

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

    r31909 r31970  
    6464    assertUrlEquals(
    6565        MapillaryURL.connectURL("http://redirect-host/ä"),
    66         "https://www.mapillary.com/connect/",
     66        "https://www.mapillary.com/connect",
    6767        "client_id=T1Fzd20xZjdtR0s1VDk5OFNIOXpYdzoxNDYyOGRkYzUyYTFiMzgz",
    6868        "scope=user%3Aread+public%3Aupload+public%3Awrite",
     
    7373    assertUrlEquals(
    7474        MapillaryURL.connectURL(null),
    75         "https://www.mapillary.com/connect/",
     75        "https://www.mapillary.com/connect",
    7676        "client_id=T1Fzd20xZjdtR0s1VDk5OFNIOXpYdzoxNDYyOGRkYzUyYTFiMzgz",
    7777        "scope=user%3Aread+public%3Aupload+public%3Awrite",
     
    8181    assertUrlEquals(
    8282        MapillaryURL.connectURL(""),
    83         "https://www.mapillary.com/connect/",
     83        "https://www.mapillary.com/connect",
    8484        "client_id=T1Fzd20xZjdtR0s1VDk5OFNIOXpYdzoxNDYyOGRkYzUyYTFiMzgz",
    8585        "scope=user%3Aread+public%3Aupload+public%3Awrite",
Note: See TracChangeset for help on using the changeset viewer.