You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "pieter martin (JIRA)" <ji...@apache.org> on 2015/04/14 22:25:59 UTC

[jira] [Commented] (TINKERPOP3-637) GraphTest.shouldIterateEdgesWithCustomIdSupportUsingStringRepresentations

    [ https://issues.apache.org/jira/browse/TINKERPOP3-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14494800#comment-14494800 ] 

pieter martin commented on TINKERPOP3-637:
------------------------------------------

The same goes for {{GraphTest.shouldIterateEdgesWithCustomIdSupportUsingEdges}} and {{GraphTest.shouldIterateEdgesWithCustomIdSupportUsingEdgeIds}}

> GraphTest.shouldIterateEdgesWithCustomIdSupportUsingStringRepresentations
> -------------------------------------------------------------------------
>
>                 Key: TINKERPOP3-637
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-637
>             Project: TinkerPop 3
>          Issue Type: Bug
>          Components: test-suite
>    Affects Versions: 3.0.0.GA
>            Reporter: pieter martin
>
> {{GraphTest.shouldIterateEdgesWithCustomIdSupportUsingStringRepresentations}}
> The test is asserting edges but loading vertices.
> {{assertEquals(2, IteratorUtils.count(graph.vertices(e1.id().toString(), e2.id().toString())));}}
> should be
> assertEquals(2, IteratorUtils.count(graph.edges(e1.id().toString(), e2.id().toString())));



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