Ignore:
Timestamp:
2014-05-14T19:19:40+02:00 (11 years ago)
Author:
simon04
Message:

fix #josm#9796 - JOSM/wikipedia: switch to HTTPS, update WIWOSM URLs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wikipedia/test/org/wikipedia/WikipediaAppTest.java

    r30125 r30448  
    112112    public void testGetBrowserUrl() {
    113113        final WikipediaEntry entry = new WikipediaEntry("Sternheim & Emanuel", "de", "Sternheim & Emanuel");
    114         assertThat(entry.getBrowserUrl(), is("http://de.wikipedia.org/wiki/Sternheim_%26_Emanuel"));
     114        assertThat(entry.getBrowserUrl(), is("https://de.wikipedia.org/wiki/Sternheim_%26_Emanuel"));
    115115    }
    116116
Note: See TracChangeset for help on using the changeset viewer.