diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-05-21 19:49:23 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-05-21 19:49:23 +0800 |
commit | 90b672f1af50944e136bdd6e617fad90f59fe6fe (patch) | |
tree | cf5abb47fc9125c4a7e229af2a6898497a1ec74e /tests/block_test.go | |
parent | bf7dcfce368692e1dc605c691504646eef14a645 (diff) | |
parent | 6a72cd45e20ad220f27d9ead3120e98020802022 (diff) | |
download | dexon-90b672f1af50944e136bdd6e617fad90f59fe6fe.tar dexon-90b672f1af50944e136bdd6e617fad90f59fe6fe.tar.gz dexon-90b672f1af50944e136bdd6e617fad90f59fe6fe.tar.bz2 dexon-90b672f1af50944e136bdd6e617fad90f59fe6fe.tar.lz dexon-90b672f1af50944e136bdd6e617fad90f59fe6fe.tar.xz dexon-90b672f1af50944e136bdd6e617fad90f59fe6fe.tar.zst dexon-90b672f1af50944e136bdd6e617fad90f59fe6fe.zip |
Merge pull request #1062 from Gustav-Simonsson/tests_updates
Tests updates
Diffstat (limited to 'tests/block_test.go')
-rw-r--r-- | tests/block_test.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/block_test.go b/tests/block_test.go index 0ba0aefa2..d17cab477 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -48,6 +48,10 @@ func TestBcTotalDifficulty(t *testing.T) { runBlockTestsInFile("files/BlockTests/bcTotalDifficultyTest.json", []string{}, t) } +func TestBcWallet(t *testing.T) { + runBlockTestsInFile("files/BlockTests/bcWalletTest.json", []string{}, t) +} + func runBlockTestsInFile(filepath string, snafus []string, t *testing.T) { bt, err := LoadBlockTests(filepath) if err != nil { |