pieter martin created TINKERPOP3-685:
----------------------------------------
Summary: 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
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)