From 6dc2146ed70a992e0a0419823257a842ceedc8fa Mon Sep 17 00:00:00 2001 From: Gustav Simonsson Date: Fri, 10 Apr 2015 12:03:46 +0200 Subject: [PATCH] Remove unneeded map assignments for working tx RLP tests --- tests/transaction_test.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/transaction_test.go b/tests/transaction_test.go index 5e903e4b4..dd06398fa 100644 --- a/tests/transaction_test.go +++ b/tests/transaction_test.go @@ -42,13 +42,6 @@ func TestTransactions(t *testing.T) { func TestWrongRLPTransactions(t *testing.T) { notWorking := make(map[string]bool, 100) - // TODO: all commented out tests should work! - notWorking[""] = true - notWorking[""] = true - notWorking[""] = true - notWorking[""] = true - notWorking[""] = true - var err error err = RunTransactionTests("./files/TransactionTests/ttWrongRLPTransaction.json", notWorking)