mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-02-03 15:44:51 +00:00
Travis fails on too much testing output,
so reducing some of it.
This commit is contained in:
parent
a3f2efa947
commit
39a82f275a
@ -719,11 +719,11 @@ public class TrieTest {
|
||||
String dump = trieSingle.getTrieDump();
|
||||
|
||||
System.out.print("(" + i + ") : ");
|
||||
System.out.println(key + " ==> " + dump);
|
||||
// System.out.println(key + " ==> " + dump);
|
||||
trieDumps.put(key, dump);
|
||||
|
||||
System.out.print("(cache) : \n");
|
||||
System.out.println(trieSingle.getCache().cacheDump());
|
||||
// System.out.print("(cache) : \n");
|
||||
// System.out.println(trieSingle.getCache().cacheDump());
|
||||
|
||||
}
|
||||
|
||||
@ -735,7 +735,7 @@ public class TrieTest {
|
||||
trieSingle.setRoot(root);
|
||||
String currDump = trieSingle.getTrieDump();
|
||||
String originDump = trieDumps.get(Hex.toHexString(root));
|
||||
System.out.println(currDump);
|
||||
// System.out.println(currDump);
|
||||
Assert.assertEquals(currDump, originDump);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user