removed call to system.out

Former-commit-id: a0cdcc8b975657c06606c9a2467a4c732fee82e5
This commit is contained in:
Jeremy Long
2013-10-08 10:48:35 -04:00
parent a9b6c68ce3
commit 89e99219d7

View File

@@ -109,7 +109,6 @@ public class DependencyVersionTest {
*/
@Test
public void testHashCode() {
System.out.println("hashCode");
DependencyVersion instance = new DependencyVersion("3.2.1");
int expResult = 80756;
int result = instance.hashCode();