aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorTom Harding <tomh@thinlink.com>2015-03-23 20:56:53 -0700
committerTom Harding <tomh@thinlink.com>2015-05-11 17:09:14 -0700
commit5d34e16d3a1e6ef37d5e6d254063c342b0e5fe39 (patch)
tree92c04d434ddd246c18211e572c5d32878076efd5 /qa/pull-tester
parentdefd2d55b789163be4a863d0887d5d309ff9cde3 (diff)
downloadbitcoin-5d34e16d3a1e6ef37d5e6d254063c342b0e5fe39.tar.xz
Add txn_clone.py test
Does what the old txnmall.sh test did. Creates an equivalent malleated clone and tests that SyncMetaData syncs the accounting effects from the original transaction to the confirmed clone.
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh
index efeee45530..ffddfa306d 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -21,6 +21,8 @@ testScripts=(
'mempool_resurrect_test.py'
'txn_doublespend.py'
'txn_doublespend.py --mineblock'
+ 'txn_clone.py'
+ 'txn_clone.py --mineblock'
'getchaintips.py'
'rest.py'
'mempool_spendcoinbase.py'