Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
803bd5a3
Commit
803bd5a3
authored
Aug 22, 2013
by
Mukund Sivaraman
Browse files
[3028] Fix assertion call
parent
07896538
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/cmdctl/tests/cmdctl_test.py
View file @
803bd5a3
...
...
@@ -477,7 +477,7 @@ class TestCommandControl(unittest.TestCase):
rcode
,
msg
=
ccsession
.
parse_answer
(
answer
)
self
.
assertEqual
(
rcode
,
0
)
self
.
assertIsNone
(
msg
)
self
.
assert
True
([
'shutdown'
],
called
)
self
.
assert
Equal
([
'shutdown'
],
called
)
def
test_command_handler_spec_update
(
self
):
# Should not be present
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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