diff options
author | louiz’ <louiz@louiz.org> | 2017-01-22 21:31:50 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-01-22 21:31:50 +0100 |
commit | 5d801ddcd025f68d2ec91edf0462091a32c779c1 (patch) | |
tree | 25aa1b7c66ada9a98e3027743c9552492689abf8 /tests/end_to_end | |
parent | dd129366575f371bcec51b7303bfb273d6edc8a2 (diff) | |
download | biboumi-5d801ddcd025f68d2ec91edf0462091a32c779c1.tar.gz biboumi-5d801ddcd025f68d2ec91edf0462091a32c779c1.tar.bz2 biboumi-5d801ddcd025f68d2ec91edf0462091a32c779c1.tar.xz biboumi-5d801ddcd025f68d2ec91edf0462091a32c779c1.zip |
Add a linger_time configuration option on IRC servers
Diffstat (limited to 'tests/end_to_end')
-rw-r--r-- | tests/end_to_end/__main__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/end_to_end/__main__.py b/tests/end_to_end/__main__.py index 29c2804..20730a7 100644 --- a/tests/end_to_end/__main__.py +++ b/tests/end_to_end/__main__.py @@ -1939,6 +1939,7 @@ if __name__ == '__main__': "/iq/commands:command/dataform:x[@type='form']/dataform:field[@type='text-single'][@var='realname']/dataform:value[text()='realname']", "/iq/commands:command/dataform:x[@type='form']/dataform:field[@type='text-single'][@var='encoding_in']/dataform:value[text()='latin-1']", "/iq/commands:command/dataform:x[@type='form']/dataform:field[@type='text-single'][@var='encoding_out']/dataform:value[text()='UTF-8']", + "/iq/commands:command/dataform:x[@type='form']/dataform:field[@type='text-single'][@var='linger_time']/dataform:value[text()='0']", "/iq/commands:command/commands:actions/commands:next", ), after = partial(save_value, "sessionid", partial(extract_attribute, "/iq[@type='result']/commands:command[@node='configure']", "sessionid")) |