diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-05-07 05:25:44 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-05-07 05:25:44 +0800 |
commit | 7bc1f487b866ed29b046a83a9c3bf4c5c839507c (patch) | |
tree | 70a6318abc253fbd5f84e9cfc96db0348cda0a33 /tests | |
parent | 2808409fbde922722e238ce319e57bb5046febc1 (diff) | |
download | dexon-7bc1f487b866ed29b046a83a9c3bf4c5c839507c.tar.gz dexon-7bc1f487b866ed29b046a83a9c3bf4c5c839507c.tar.zst dexon-7bc1f487b866ed29b046a83a9c3bf4c5c839507c.zip |
Unskip now working tests, remove debug print
Diffstat (limited to 'tests')
-rw-r--r-- | tests/block_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/block_test.go b/tests/block_test.go index 2cf2da75c..8b1f76a92 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -17,12 +17,10 @@ func TestBcValidBlockTests(t *testing.T) { } func TestBcUncleTests(t *testing.T) { - t.Skip("Skipped until https://github.com/ethereum/go-ethereum/pull/857 is merged.") runBlockTestsInFile("files/BlockTests/bcUncleTest.json", []string{}, t) } func TestBcUncleHeaderValidityTests(t *testing.T) { - t.Skip("Skipped until https://github.com/ethereum/go-ethereum/pull/857 is merged.") runBlockTestsInFile("files/BlockTests/bcUncleHeaderValiditiy.json", []string{}, t) } @@ -39,7 +37,6 @@ func TestBcJSAPITests(t *testing.T) { } func TestBcRPCAPITests(t *testing.T) { - t.Skip("Skipped until https://github.com/ethereum/go-ethereum/pull/857 is merged.") runBlockTestsInFile("files/BlockTests/bcRPC_API_Test.json", []string{}, t) } |