diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-10-18 15:48:27 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-10-18 15:49:37 +0200 |
commit | 2ca518deff25b2e2438c40a92e0ea3494054c6bf (patch) | |
tree | 95d874671866c03b7ef8e6133a83d4189198539a /test/functional/test_runner.py | |
parent | b645f368f299d2542a8eacda8fbd308e08139175 (diff) | |
parent | c5dfa90aab53832c9ad339360d11d6635a26ba6b (diff) |
Merge #11486: [tests] Add uacomment tests
c5dfa90 [tests] Add uacomment tests (Cristian Mircea Messel)
Pull request description:
Checks for setting the value, max length and reserved characters
Tree-SHA512: a62e2cf8e455a3cd3987c0855f7bfc49de47504c01263e3573366e3cbff400c5678224773d4f1e4ac684fff34d987994e490a0978c4da05ff2a4bfa972c84723
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 5411dab3fa..80a5ffefb4 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 = [ |