Changeset 30550 in osm for applications/editors/josm/plugins/wikipedia
- Timestamp:
- 2014-08-04T02:45:06+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/wikipedia
- Files:
-
- 2 added
- 1 deleted
- 3 edited
- 1 moved
-
.classpath (modified) (1 diff)
-
README.template (deleted)
-
test (modified) (1 prop)
-
test/data (added)
-
test/unit (added)
-
test/unit/org (moved) (moved from applications/editors/josm/plugins/wikipedia/test/org )
-
test/unit/org/wikipedia/WikipediaAppTest.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/.classpath
r30416 r30550 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="src" path="test/unit"/> 4 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 5 6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> 7 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 6 8 <classpathentry kind="output" path="bin"/> 7 9 </classpath> -
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.
