Ignore:
Timestamp:
2016-07-10T22:56:57+02:00 (9 years ago)
Author:
simon04
Message:

JOSM/wikipedia: add search Wikidata items - #josm12039

File:
1 edited

Legend:

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

    r32624 r32625  
    147147            }
    148148        }));
     149    }
     150
     151    @Test
     152    public void testForQuery() throws Exception {
     153        final List<WikipediaApp.WikidataEntry> entries = WikipediaApp.getWikidataEntriesForQuery("de", "Österreich");
     154        assertThat(entries.get(0).wikipediaArticle, is("Q40"));
     155        assertThat(entries.get(0).wikipediaLang, is("wikidata"));
     156        // assertThat(entries.get(0).label, is("Österreich"));
    149157    }
    150158
Note: See TracChangeset for help on using the changeset viewer.