Changeset 12027 in josm for trunk/test/unit
- Timestamp:
- 2017-04-29T23:24:04+02:00 (8 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/data/osm
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/osm/OsmPrimitiveTypeTest.java
r12018 r12027 177 177 assertEquals(6, r.getVersion()); 178 178 } 179 180 /** 181 * Unit test of {@link OsmPrimitiveType#newVersionedInstance} method - error case. 182 */ 183 @Test(expected = AssertionError.class) 184 public void testNewVersionedInstanceError() { 185 OsmPrimitiveType.CLOSEDWAY.newVersionedInstance(1, 0); 186 } 179 187 }
Note:
See TracChangeset
for help on using the changeset viewer.