Ignore:
Timestamp:
2018-05-21T21:55:08+02:00 (6 years ago)
Author:
Don-vip
Message:

https access to OSM Dev API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/tools/ExceptionUtilTest.java

    r10487 r13812  
    247247    @Test
    248248    public void testExplainMissingOAuthAccessTokenException() {
    249         assertEquals("<html>Failed to authenticate at the OSM server 'http://api06.dev.openstreetmap.org/api'.<br>"+
     249        assertEquals("<html>Failed to authenticate at the OSM server 'https://api06.dev.openstreetmap.org/api'.<br>"+
    250250                "You are using OAuth to authenticate but currently there is no<br>OAuth Access Token configured.<br>"+
    251251                "Please open the Preferences Dialog and generate or enter an Access Token.</html>",
Note: See TracChangeset for help on using the changeset viewer.