Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
1a7614f7
Commit
1a7614f7
authored
Jan 17, 2022
by
legoc
Browse files
Added test in tests responder.py
parent
53445295
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/python/src/responder.py
View file @
1a7614f7
...
...
@@ -21,7 +21,11 @@ request = responder.receive();
print
(
"Received request with parts"
,
request
.
get
(),
request
.
getSecondBinaryPart
())
request
.
reply
(
"2nd response"
)
res
=
request
.
reply
(
"2nd response"
)
if
not
res
:
print
(
"Error, no timeout expected with"
,
request
.
getObjectId
())
# Receive third request without receive on the requester side.
request
=
responder
.
receive
();
...
...
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