From 6e33353ea2c98ae2ba1a27e1af7961e978d543ce Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Thu, 14 Jul 2016 18:04:38 -0600 Subject: [PATCH] Rename pour RPC tests --- qa/pull-tester/rpc-tests.sh | 4 ++-- qa/rpc-tests/{zcpour.py => zcjoinsplit.py} | 0 .../{zcpourdoublespend.py => zcjoinsplitdoublespend.py} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename qa/rpc-tests/{zcpour.py => zcjoinsplit.py} (100%) rename qa/rpc-tests/{zcpourdoublespend.py => zcjoinsplitdoublespend.py} (100%) diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index a122e3fa7..e75999199 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -27,8 +27,8 @@ testScripts=( 'merkle_blocks.py' 'signrawtransactions.py' 'walletbackup.py' - 'zcpour.py' - 'zcpourdoublespend.py' + 'zcjoinsplit.py' + 'zcjoinsplitdoublespend.py' ); testScriptsExt=( 'bipdersig-p2p.py' diff --git a/qa/rpc-tests/zcpour.py b/qa/rpc-tests/zcjoinsplit.py similarity index 100% rename from qa/rpc-tests/zcpour.py rename to qa/rpc-tests/zcjoinsplit.py diff --git a/qa/rpc-tests/zcpourdoublespend.py b/qa/rpc-tests/zcjoinsplitdoublespend.py similarity index 100% rename from qa/rpc-tests/zcpourdoublespend.py rename to qa/rpc-tests/zcjoinsplitdoublespend.py