Changeset 17867 in josm for trunk/test/unit/org/openstreetmap/josm/data/vector
- Timestamp:
- 2021-05-06T18:22:33+02:00 (4 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/data/vector
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/vector/VectorNodeTest.java
r17862 r17867 30 30 * Test class for {@link VectorNode} 31 31 * @author Taylor Smock 32 * @since xxx32 * @since 17862 33 33 */ 34 34 class VectorNodeTest { -
trunk/test/unit/org/openstreetmap/josm/data/vector/VectorRelationTest.java
r17862 r17867 17 17 * Test class for {@link VectorRelation} 18 18 * @author Taylor Smock 19 * @since xxx19 * @since 17862 20 20 */ 21 21 class VectorRelationTest { -
trunk/test/unit/org/openstreetmap/josm/data/vector/VectorWayTest.java
r17862 r17867 26 26 * Test class for {@link VectorWay} 27 27 * @author Taylor Smock 28 * @since xxx28 * @since 17862 29 29 */ 30 30 class VectorWayTest {
Note:
See TracChangeset
for help on using the changeset viewer.