[
https://issues.apache.org/jira/browse/TINKERPOP3-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette closed TINKERPOP3-685.
---------------------------------------
Resolution: Fixed
Fix Version/s: 3.0.0.GA
Assignee: stephen mallette
yup - fixed via:
https://github.com/apache/incubator-tinkerpop/commit/4c104cebfa23e95ef18862388ccb3746f19d50d9
> 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
> Affects Versions: 3.0.0.GA
> Reporter: pieter martin
> Assignee: stephen mallette
> Fix For: 3.0.0.GA
>
>
> 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)