Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
88
Issues
88
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
f4ffbcab
Commit
f4ffbcab
authored
Mar 07, 2017
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
e2e: Make the tests work without udns too
parent
d9811320
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/end_to_end/__main__.py
tests/end_to_end/__main__.py
+2
-2
No files found.
tests/end_to_end/__main__.py
View file @
f4ffbcab
...
...
@@ -519,11 +519,11 @@ if __name__ == '__main__':
partial
(
expect_stanza
,
"/message/body[text()='Connecting to doesnotexist:6697 (encrypted)']"
),
partial
(
expect_stanza
,
"/message/body[
text()='Connection failed: Domain name not found'
]"
),
"/message/body[
re:test(text(), 'Connection failed: (Domain name not found|Name or service not known)')
]"
),
partial
(
expect_stanza
,
(
"/presence[@from='#foo%doesnotexist@{biboumi_host}/{nick_one}']/muc:x"
,
"/presence/error[@type='cancel']/stanza:item-not-found"
,
"/presence/error[@type='cancel']/stanza:text[
text()='Domain name not found'
]"
)),
"/presence/error[@type='cancel']/stanza:text[
re:test(text(), '(Domain name not found|Name or service not known)')
]"
)),
]),
Scenario
(
"simple_channel_join"
,
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment