Changeset 16077 in josm for trunk/test/unit/org
- Timestamp:
- 2020-03-08T14:31:54+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/osm/NodeTest.java
r14960 r16077 130 130 } 131 131 132 /** 133 * Test that {@link Node#hasDirectionKeys} is not set. 134 */ 135 @Test 136 public void testDirectional() { 137 assertFalse(OsmUtils.createPrimitive("node oneway=yes").hasDirectionKeys()); 138 } 132 139 }
Note:
See TracChangeset
for help on using the changeset viewer.