summaryrefslogtreecommitdiff
path: root/tests/end_to_end/__main__.py
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-04-20 10:12:00 +0200
committerlouiz’ <louiz@louiz.org>2017-04-20 10:12:00 +0200
commit5ef674c4862f1ad265e76ea6fabc20e180871243 (patch)
tree5ac2276a975be78c4a603a17adfa23c3a84e19ac /tests/end_to_end/__main__.py
parente3ee824e5c5548c13605e4f2e2ded9491c1c1479 (diff)
downloadbiboumi-5ef674c4862f1ad265e76ea6fabc20e180871243.tar.gz
biboumi-5ef674c4862f1ad265e76ea6fabc20e180871243.tar.bz2
biboumi-5ef674c4862f1ad265e76ea6fabc20e180871243.tar.xz
biboumi-5ef674c4862f1ad265e76ea6fabc20e180871243.zip
Revert "Add a linger_time configuration option on IRC servers"
This reverts commit 5d801ddcd025f68d2ec91edf0462091a32c779c1.
Diffstat (limited to 'tests/end_to_end/__main__.py')
-rw-r--r--tests/end_to_end/__main__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/end_to_end/__main__.py b/tests/end_to_end/__main__.py
index 240c979..0d3790b 100644
--- a/tests/end_to_end/__main__.py
+++ b/tests/end_to_end/__main__.py
@@ -2277,7 +2277,6 @@ 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"))