mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 10:37:37 -07:00
functional_tests: test creating wallets with local language names
This commit is contained in:
parent
eeca5ca0c8
commit
3e11bb540e
@ -198,8 +198,9 @@ class WalletAddressTest():
|
|||||||
try: wallet.close_wallet()
|
try: wallet.close_wallet()
|
||||||
except: pass
|
except: pass
|
||||||
languages = res.languages
|
languages = res.languages
|
||||||
for language in languages:
|
languages_local = res.languages_local
|
||||||
print('Creating ' + str(language) + ' wallet')
|
for language in languages + languages_local:
|
||||||
|
print('Creating ' + language.encode('utf8') + ' wallet')
|
||||||
wallet.create_wallet(filename = '', language = language)
|
wallet.create_wallet(filename = '', language = language)
|
||||||
res = wallet.query_key('mnemonic')
|
res = wallet.query_key('mnemonic')
|
||||||
wallet.close_wallet()
|
wallet.close_wallet()
|
||||||
|
Loading…
Reference in New Issue
Block a user