Steps to reproduce:
0$ XDG_SESSION_TYPE="" QT_QPA_PLATFORM=minimal LC_ALL=de_DE.UTF-8 BITCOIND=bitcoin-qt ./test/functional/wallet_basic.py
12019-10-07T14:43:13.778000Z TestFramework (INFO): Initializing test directory /tmp/bitcoin_func_test_or0h2c7y
22019-10-07T14:43:15.630000Z TestFramework (INFO): Mining blocks...
32019-10-07T14:43:17.819000Z TestFramework (INFO): test gettxout
42019-10-07T14:43:17.842000Z TestFramework (INFO): test gettxout (second part)
52019-10-07T14:43:18.896000Z TestFramework (ERROR): Assertion failed
6Traceback (most recent call last):
7 File "/home/marco/workspace/btc_bitcoin_core/test/functional/test_framework/util.py", line 122, in try_rpc
8 fun(*args, **kwds)
9 File "/home/marco/workspace/btc_bitcoin_core/test/functional/test_framework/coverage.py", line 47, in __call__
10 return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
11 File "/home/marco/workspace/btc_bitcoin_core/test/functional/test_framework/authproxy.py", line 141, in __call__
12 raise JSONRPCException(response['error'], status)
13test_framework.authproxy.JSONRPCException: UngenĂ¼gendes Guthaben (-4)
14
15During handling of the above exception, another exception occurred:
16
17Traceback (most recent call last):
18 File "/home/marco/workspace/btc_bitcoin_core/test/functional/test_framework/test_framework.py", line 194, in main
19 self.run_test()
20 File "./test/functional/wallet_basic.py", line 120, in run_test
21 assert_raises_rpc_error(-4, "Insufficient funds", self.nodes[2].sendtoaddress, self.nodes[2].getnewaddress(), 20)
22 File "/home/marco/workspace/btc_bitcoin_core/test/functional/test_framework/util.py", line 114, in assert_raises_rpc_error
23 assert try_rpc(code, message, fun, *args, **kwds), "No exception raised"
24 File "/home/marco/workspace/btc_bitcoin_core/test/functional/test_framework/util.py", line 130, in try_rpc
25 message, e.error['message']))
26AssertionError: Expected substring not found in error message:
27substring: 'Insufficient funds'
28error message: 'UngenĂ¼gendes Guthaben'.