From 49da462e92fd597ba6242231b9dc0809e683862b Mon Sep 17 00:00:00 2001 From: Gustav Simonsson Date: Wed, 22 Apr 2015 23:15:52 +0200 Subject: [PATCH] Include ZeroByteAtTheEnd and RandomByteAtTheEnd tests --- tests/block_test.go | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/block_test.go b/tests/block_test.go index 30178ef6f..9343a3de9 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -34,14 +34,7 @@ func TestBcInvalidHeaderTests(t *testing.T) { func TestBcInvalidRLPTests(t *testing.T) { t.Skip("Skipped in lieu of performance fixes.") - snafus := []string{ - // TODO: why does these fail? - "TRANSCT__ZeroByteAtTheEnd", - "TRANSCT__RandomByteAtTheEnd", - "BLOCK__ZeroByteAtTheEnd", - "BLOCK__RandomByteAtTheEnd", - } - runBlockTestsInFile("files/BlockTests/bcInvalidRLPTest.json", snafus, t) + runBlockTestsInFile("files/BlockTests/bcInvalidRLPTest.json", []string{}, t) } func TestBcJSAPITests(t *testing.T) {