diff options
author | Cristian Mircea Messel <mess110@gmail.com> | 2017-10-11 22:56:31 +0300 |
---|---|---|
committer | Cristian Mircea Messel <mess110@gmail.com> | 2017-10-11 23:19:16 +0300 |
commit | c5dfa90aab53832c9ad339360d11d6635a26ba6b (patch) | |
tree | 0a037a0d8ff328cf81b04190cedcd29ceb296da3 /test/functional/test_runner.py | |
parent | 892809309c1bc370677241a715e57a2744f94323 (diff) |
[tests] Add uacomment tests
Checks for setting the value, max length and reserved characters
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 8c4651f6e0..dd82f9513a 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -124,6 +124,7 @@ BASE_SCRIPTS= [ 'resendwallettransactions.py', 'minchainwork.py', 'p2p-fingerprint.py', + 'uacomment.py', ] EXTENDED_SCRIPTS = [ |