[Pkg-bitcoin-commits] [bitcoin] 39/126: Add listwallets RPC test to multiwallet.py

Jonas Smedegaard dr at jones.dk
Mon Nov 13 20:01:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.15.1_dfsg-1
in repository bitcoin.

commit b6468d3c420f73627956fc94c9743d26d75af8b0
Author: Cristian Mircea Messel <mess110 at gmail.com>
Date:   Wed Sep 13 00:41:14 2017 +0300

    Add listwallets RPC test to multiwallet.py
    
    Github-Pull: #11310
    Rebased-From: fb1f3258225a7052f4fc9e3f2accc3811c53e221
---
 test/functional/multiwallet.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/functional/multiwallet.py b/test/functional/multiwallet.py
index e5453e9..b4e15a3 100755
--- a/test/functional/multiwallet.py
+++ b/test/functional/multiwallet.py
@@ -18,6 +18,8 @@ class MultiWalletTest(BitcoinTestFramework):
         self.extra_args = [['-wallet=w1', '-wallet=w2', '-wallet=w3']]
 
     def run_test(self):
+        assert_equal(set(self.nodes[0].listwallets()), {"w1", "w2", "w3"})
+
         self.stop_node(0)
 
         # should not initialize if there are duplicate wallets

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/bitcoin.git



More information about the Pkg-bitcoin-commits mailing list