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
ISC Open Source Projects
Kea
Commits
3b05e142
Commit
3b05e142
authored
Mar 15, 2011
by
chenzhengzhang
Browse files
[trac588] fix a unittest issue
parent
79e6083d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/bindctl/tests/bindctl_test.py
View file @
3b05e142
...
...
@@ -332,7 +332,7 @@ class TestConfigCommands(unittest.TestCase):
self
.
tool
.
cmdloop
=
cmd_loop
self
.
tool
.
conn
.
sock
=
FakeSocket
()
self
.
tool
.
conn
.
close
()
self
.
tool
.
conn
.
sock
.
close
()
# validate log message for socket.err
socket_err_output
=
io
.
StringIO
()
...
...
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