You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2019/05/03 17:40:13 UTC

[incubator-tuweni] branch master updated: Remove invalid test

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new 49804d7  Remove invalid test
49804d7 is described below

commit 49804d770f9aa76f354bfc36fadd80dcde83719f
Author: Antoine Toulme <to...@apache.org>
AuthorDate: Fri May 3 10:39:45 2019 -0700

    Remove invalid test
---
 crypto/src/test/java/org/apache/tuweni/crypto/HashTest.java | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/crypto/src/test/java/org/apache/tuweni/crypto/HashTest.java b/crypto/src/test/java/org/apache/tuweni/crypto/HashTest.java
index 29e03c3..1cdea84 100644
--- a/crypto/src/test/java/org/apache/tuweni/crypto/HashTest.java
+++ b/crypto/src/test/java/org/apache/tuweni/crypto/HashTest.java
@@ -117,11 +117,4 @@ class HashTest {
     byte[] resultCow2 = Hash.sha3_512("cow".getBytes(UTF_8));
     assertArrayEquals(Bytes.fromHexString(cowSha3).toArray(), resultCow2);
   }
-
-  @Test
-  void test() {
-    Bytes bytes = Hash.keccak256(Bytes.wrap("Osaka, Japan".getBytes(UTF_8)));
-    System.out.println(bytes.toHexString());
-    assertEquals("0x2c064d25432e60a5300ea5db05d43a56a52f0622e79d63ca89fe61b7d1de446f", bytes.toHexString());
-  }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org