Opened 4 years ago
Last modified 4 years ago
#22116 closed defect
[PATCH] Wikipedia tests have been failing — at Version 2
| Reported by: | taylor.smock | Owned by: | floscher |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin wikipedia | Version: | |
| Keywords: | Cc: |
Description (last modified by )
It looks like https://www.wikidata.org/wiki/Q40 was changed. Updating the description should fix the test failure.
Relevant links:
-
test/unit/org/wikipedia/WikipediaAppTest.java
diff --git a/test/unit/org/wikipedia/WikipediaAppTest.java b/test/unit/org/wikipedia/WikipediaAppTest.java index 6ad8029..639a044 100644
a b public class WikipediaAppTest { 92 92 assertThat(de.get(0).label, is("Österreich")); 93 93 assertThat(de.get(0).description, is("Staat in Mitteleuropa")); 94 94 assertThat(en.get(0).label, is("Austria")); 95 assertThat(en.get(0).description, is("country in Europe"));95 assertThat(en.get(0).description, is("country in Central Europe")); 96 96 } 97 97 98 98 @Test
Change History (2)
comment:1 by , 4 years ago
| Summary: | Wikipedia tests have been failing → [PATCH] Wikipedia tests have been failing |
|---|
comment:2 by , 4 years ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.


