Index: trunk/test/unit/org/openstreetmap/josm/data/osm/NodeTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/data/osm/NodeTest.java	(revision 16052)
+++ trunk/test/unit/org/openstreetmap/josm/data/osm/NodeTest.java	(revision 16077)
@@ -130,3 +130,10 @@
     }
 
+    /**
+     * Test that {@link Node#hasDirectionKeys} is not set.
+     */
+    @Test
+    public void testDirectional() {
+        assertFalse(OsmUtils.createPrimitive("node oneway=yes").hasDirectionKeys());
+    }
 }
