From 6d20d634ca424fc11665d5e0e560534ae8ec774b Mon Sep 17 00:00:00 2001 From: Gustav Simonsson Date: Fri, 10 Apr 2015 12:34:55 +0200 Subject: Enable more tx tests by expecting most common encoding of values --- tests/transaction_test.go | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'tests/transaction_test.go') 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 -- cgit