Changeset 32625 in osm for applications/editors/josm/plugins/wikipedia/test/unit/org
- Timestamp:
- 2016-07-10T22:56:57+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/wikipedia/test/unit/org/wikipedia/WikipediaAppTest.java ¶
r32624 r32625 147 147 } 148 148 })); 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")); 149 157 } 150 158
Note:
See TracChangeset
for help on using the changeset viewer.