aboutsummaryrefslogtreecommitdiffstats
path: root/tests/transaction_test.go
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-04-10 18:03:46 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-04-10 18:03:46 +0800
commit6dc2146ed70a992e0a0419823257a842ceedc8fa (patch)
tree48de485a9ac83273a1a3e5c61b1d210741ac822f /tests/transaction_test.go
parent9ac5671c18ae3c36370981cd42a99639f9799042 (diff)
downloadgo-tangerine-6dc2146ed70a992e0a0419823257a842ceedc8fa.tar
go-tangerine-6dc2146ed70a992e0a0419823257a842ceedc8fa.tar.gz
go-tangerine-6dc2146ed70a992e0a0419823257a842ceedc8fa.tar.bz2
go-tangerine-6dc2146ed70a992e0a0419823257a842ceedc8fa.tar.lz
go-tangerine-6dc2146ed70a992e0a0419823257a842ceedc8fa.tar.xz
go-tangerine-6dc2146ed70a992e0a0419823257a842ceedc8fa.tar.zst
go-tangerine-6dc2146ed70a992e0a0419823257a842ceedc8fa.zip
Remove unneeded map assignments for working tx RLP tests
Diffstat (limited to 'tests/transaction_test.go')
-rw-r--r--tests/transaction_test.go7
1 files changed, 0 insertions, 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)