[
https://issues.apache.org/jira/browse/TINKERPOP3-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette updated TINKERPOP3-685:
----------------------------------------
Affects Version/s: (was: 3.0.0.GA)
> TestHelper.validateVertexPropertyEquality assumes meta properties
> -----------------------------------------------------------------
>
> Key: TINKERPOP3-685
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-685
> Project: TinkerPop 3
> Issue Type: Bug
> Components: test-suite
> Reporter: pieter martin
> Assignee: stephen mallette
>
> IoTest.shouldReadWriteVertexWithINEdgesToGryo is failing with
> {code}java.lang.UnsupportedOperationException: Properties on a vertex
> property is not supported{code}
> This is because TestHelper.validateVertexEquality calls
> TestHelper.validateVertexPropertyEquality which calls...
> {code}assertEquals(originalVertexProperty.keys().size(),
> otherVertexProperty.keys().size());{code}
> This assumes the graph supports meta properties.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)