Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.2-incubating
-
None
Description
Lines 1206-1211 in GraphTest.java (gremlin-test):
final Vertex v = graph.addVertex();
final Vertex u = graph.addVertex();
if (graph.features().edge().properties().supportsStringValues())
The check tests for string value properties on edges, but it should be checking string values on properties of vertices.