Changeset 32744 in osm
- Timestamp:
- 2016-07-30T12:00:24+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/test/unit/org/wikipedia/WikidataTagCellRendererTest.java
r31915 r32744 2 2 3 3 import static org.hamcrest.CoreMatchers.is; 4 import static org.junit.Assert.assertNotNull; 4 5 import static org.junit.Assert.assertThat; 5 6 … … 32 33 }).get(); // wait for labels to be fetched 33 34 final JLabel label = renderer.renderValues(ids, new JTable(), new JLabel()); 35 assertNotNull(label); 34 36 assertThat(label.getText(), is("<html>" + 35 37 "Q84 <span color='gray'>London</span>; " +
Note:
See TracChangeset
for help on using the changeset viewer.