From 6581e1fc35b1d0fdec86bd4eea552a7c742d6bca Mon Sep 17 00:00:00 2001 From: "Tomasz K. Stanczak" Date: Mon, 2 Oct 2017 18:42:50 +0100 Subject: added a missing test - it was possible to write Tree code that would pass other tests but not this one --- TrieTests/trietest.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TrieTests/trietest.json b/TrieTests/trietest.json index aee4338c4..91651405b 100644 --- a/TrieTests/trietest.json +++ b/TrieTests/trietest.json @@ -93,5 +93,13 @@ [ "key3","1234567890123456789012345678901"] ], "root": "0xcb65032e2f76c48b82b5c24b3db8f670ce73982869d38cd39a624f23d62a9e89" + }, + "branch-value-update": { + "in": [ + [ "abc", "123" ], + [ "abcd", "abcd" ], + [ "abc", "abc" ] + ], + "root": "0x7a320748f780ad9ad5b0837302075ce0eeba6c26e3d8562c67ccc0f1b273298a" } } -- cgit