Changeset 30550 in osm for applications/editors/josm/plugins/wikipedia/test
- Timestamp:
- 2014-08-04T02:45:06+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/wikipedia/test
- Files:
-
- 2 added
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/test
- Property svn:externals set to
-
applications/editors/josm/plugins/wikipedia/test/unit/org/wikipedia/WikipediaAppTest.java
r30448 r30550 12 12 import java.util.List; 13 13 14 import static org.hamcrest.CoreMatchers.hasItem; 14 15 import static org.hamcrest.CoreMatchers.is; 15 16 import static org.hamcrest.CoreMatchers.nullValue; 16 17 import static org.junit.Assert.assertThat; 17 18 import static org.junit.Assert.assertTrue; 18 import static org.junit.matchers.JUnitMatchers.hasItem;19 19 20 20 public class WikipediaAppTest { 21 21 22 22 @Test 23 @SuppressWarnings("unchecked")24 23 public void testPartitionList() { 25 24 assertThat(
Note:
See TracChangeset
for help on using the changeset viewer.