Nghia Tran created TINKERPOP3-953:
-------------------------------------
Summary: 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
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)