aboutsummaryrefslogtreecommitdiffstats
path: root/tests/transaction_test.go
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-04-10 18:34:55 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-04-10 18:34:55 +0800
commit6d20d634ca424fc11665d5e0e560534ae8ec774b (patch)
tree92cc947a6d377131718027aa193ec76452e3df05 /tests/transaction_test.go
parent6dc2146ed70a992e0a0419823257a842ceedc8fa (diff)
downloadgo-tangerine-6d20d634ca424fc11665d5e0e560534ae8ec774b.tar
go-tangerine-6d20d634ca424fc11665d5e0e560534ae8ec774b.tar.gz
go-tangerine-6d20d634ca424fc11665d5e0e560534ae8ec774b.tar.bz2
go-tangerine-6d20d634ca424fc11665d5e0e560534ae8ec774b.tar.lz
go-tangerine-6d20d634ca424fc11665d5e0e560534ae8ec774b.tar.xz
go-tangerine-6d20d634ca424fc11665d5e0e560534ae8ec774b.tar.zst
go-tangerine-6d20d634ca424fc11665d5e0e560534ae8ec774b.zip
Enable more tx tests by expecting most common encoding of values
Diffstat (limited to 'tests/transaction_test.go')
-rw-r--r--tests/transaction_test.go11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/transaction_test.go b/tests/transaction_test.go
index dd06398fa..dabc7823b 100644
--- a/tests/transaction_test.go
+++ b/tests/transaction_test.go
@@ -9,16 +9,8 @@ func TestTransactions(t *testing.T) {
// TODO: all commented out tests should work!
snafus := []string{
- "AddressLessThan20Prefixed0",
- "DataTest",
"EmptyTransaction",
- "RightVRSTest",
- "SenderTest",
- "TransactionWithGasLimitxPriceOverflow",
- "TransactionWithHihghGas",
- "TransactionWithHihghGasPrice",
"TransactionWithHihghNonce",
- "TransactionWithHihghValue",
"TransactionWithRvalueWrongSize",
"TransactionWithSvalueHigh",
"TransactionWithSvalueTooHigh",
@@ -26,7 +18,8 @@ func TestTransactions(t *testing.T) {
"ValuesAsDec",
"ValuesAsHex",
"libsecp256k1test",
- "unpadedRValue"}
+ "unpadedRValue",
+ }
for _, name := range snafus {
notWorking[name] = true