[
https://issues.apache.org/jira/browse/TINKERPOP3-985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette updated TINKERPOP3-985:
----------------------------------------
Fix Version/s: 3.1.1-incubating
> shouldPersistDataOnClose makes incorrect feature check
> ------------------------------------------------------
>
> Key: TINKERPOP3-985
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-985
> Project: TinkerPop 3
> Issue Type: Bug
> Components: test-suite
> Affects Versions: 3.0.2-incubating
> Reporter: Jonathan Ellithorpe
> Assignee: stephen mallette
> Priority: Minor
> Fix For: 3.1.1-incubating
>
>
> Lines 1206-1211 in GraphTest.java (gremlin-test):
> final Vertex v = graph.addVertex();
> final Vertex u = graph.addVertex();
> if (graph.features().edge().properties().supportsStringValues()) {
> v.property(VertexProperty.Cardinality.single, "name", "marko");
> u.property(VertexProperty.Cardinality.single, "name", "pavel");
> }
> The check tests for string value properties on edges, but it should be
> checking string values on properties of vertices.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)