removed call to system.out

Former-commit-id: d770594c2689a5c2d424266860fe34d257fedd57
This commit is contained in:
Jeremy Long
2013-10-08 10:48:35 -04:00
parent e88014ac5a
commit c16229522a

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();