Fix RPC failure testing (2 of 2)
commitc9bd0f64212cd600daf30c9c59035bfe9f07b81b
authorJohn Newbery <john@johnnewbery.com>
Tue, 7 Mar 2017 19:08:59 +0000 (7 14:08 -0500)
committerJohn Newbery <john@johnnewbery.com>
Wed, 15 Mar 2017 15:56:25 +0000 (15 11:56 -0400)
tree9f587fadcbbd92fb983a770af4a1cf5084bc8b01
parentce01e6226ce52b88c644b0cb89852278edbdf33b
Fix RPC failure testing (2 of 2)

Commit 9db8eecac1c713c760c0217b6acb7455c657fa8b improved the
assert_raises_jsonrpc() function for better testing of RPC failure
modes. This commit completes the job by removing remaining broken
try-except RPC testing from the individual test cases and replacing it
with calls to assert_raises_jsonrpc().
16 files changed:
qa/rpc-tests/bip65-cltv.py
qa/rpc-tests/bip68-sequence.py
qa/rpc-tests/bipdersig.py
qa/rpc-tests/blockchain.py
qa/rpc-tests/disablewallet.py
qa/rpc-tests/getblocktemplate_proposals.py
qa/rpc-tests/keypool.py
qa/rpc-tests/mempool_packages.py
qa/rpc-tests/mempool_reorg.py
qa/rpc-tests/mempool_spendcoinbase.py
qa/rpc-tests/nulldummy.py
qa/rpc-tests/prioritise_transaction.py
qa/rpc-tests/replace-by-fee.py
qa/rpc-tests/rpcbind_test.py
qa/rpc-tests/segwit.py
qa/rpc-tests/wallet.py