-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.2-incubating
-
Fix Version/s: 3.1.1-incubating
-
Component/s: test-suite
-
Labels:None
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.