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

ASF GitHub Bot commented on TINKERPOP3-953:
-------------------------------------------

Github user spmallette commented on the pull request:

    
https://github.com/apache/incubator-tinkerpop/pull/142#issuecomment-155758973
  
    This fixed a minor bug and added some good test coverage.  Fairly trivial 
code wise.  Merged via CTR.  Thanks


> Artifact equality is not evaluating properly
> --------------------------------------------
>
>                 Key: TINKERPOP3-953
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-953
>             Project: TinkerPop 3
>          Issue Type: Bug
>          Components: groovy
>    Affects Versions: 3.0.2-incubating
>            Reporter: Nghia Tran
>            Priority: Minor
>             Fix For: 3.1.0-incubating
>
>
> The following test fails. Submitting a PR shortly.
> {code}    
> @Test
>     public void shouldBeEqual() {
>         final Artifact a = new 
> Artifact("org.apache.tinkerpop","tinkergraph-gremlin","3.0.0");
>         final Artifact b = new 
> Artifact("org.apache.tinkerpop","tinkergraph-gremlin","3.0.0");
>         assertThat(a.equals(b), is(true));
>     }
> {code}



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

Reply via email to