You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2016/08/22 16:32:21 UTC

[jira] [Updated] (TINKERPOP-1413) PropertiesTest#g_V_hasXageX_propertiesXnameX assumes that ids are longs

     [ https://issues.apache.org/jira/browse/TINKERPOP-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stephen mallette updated TINKERPOP-1413:
----------------------------------------
    Affects Version/s: 3.1.3
          Component/s:     (was: process)
                       test-suite

> PropertiesTest#g_V_hasXageX_propertiesXnameX assumes that ids are longs
> -----------------------------------------------------------------------
>
>                 Key: TINKERPOP-1413
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1413
>             Project: TinkerPop
>          Issue Type: Test
>          Components: test-suite
>    Affects Versions: 3.1.3
>            Reporter: Bryn Cooke
>            Assignee: Marko A. Rodriguez
>             Fix For: 3.1.4, 3.2.2
>
>
> This assert assumes that Ids are longs.
> {noformat}
> assertEquals(Long.valueOf(convertToVertex(graph, vertexProperty.value()).properties("name").next().id().toString()), Long.valueOf(vertexProperty.id().toString()));
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)