aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Newbery <[email protected]>2018-04-11 14:24:34 -0400
committerJohn Newbery <[email protected]>2018-04-16 14:43:33 -0400
commit4e671f0353beaa3759f2069569f05239c0be89cf (patch)
tree3cdd5dd2de6eb482a876d6a82130c8add3928791
parent[wallet] [rpc] Remove duplicate entries in rpcwallet.cpp's CRPCCommand table (diff)
downloaddiscoin-4e671f0353beaa3759f2069569f05239c0be89cf.tar.xz
discoin-4e671f0353beaa3759f2069569f05239c0be89cf.zip
[tests] Rename rpc_listtransactions.py to wallet_listtransactions.py
listtransactions is a wallet RPC. The test name should indicate that this is a wallet test.
-rwxr-xr-xtest/functional/test_runner.py2
-rwxr-xr-xtest/functional/wallet_listtransactions.py (renamed from test/functional/rpc_listtransactions.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 518c16b5f..c93f7592e 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -70,7 +70,7 @@ BASE_SCRIPTS = [
'wallet_labels.py',
'p2p_segwit.py',
'wallet_dump.py',
- 'rpc_listtransactions.py',
+ 'wallet_listtransactions.py',
# vv Tests less than 60s vv
'p2p_sendheaders.py',
'wallet_zapwallettxes.py',
diff --git a/test/functional/rpc_listtransactions.py b/test/functional/wallet_listtransactions.py
index 0dd7372e6..0dd7372e6 100755
--- a/test/functional/rpc_listtransactions.py
+++ b/test/functional/wallet_listtransactions.py