Skip to content
GitLab
Menu
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
a1301a05
Commit
a1301a05
authored
Jun 20, 2011
by
Jelte Jansen
Browse files
[trac1010] remove commented out line
parent
4fae5386
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/log/tests/log_test.py
View file @
a1301a05
...
...
@@ -69,7 +69,6 @@ class Manager(unittest.TestCase):
self
.
assertRaises
(
TypeError
,
isc
.
log
.
log_config_update
,
"{ '"
,
log_spec
)
# empty should pass
#isc.log.log_config_update("{", log_spec)
isc
.
log
.
log_config_update
(
"{}"
,
log_spec
)
# bad spec
...
...
Write
Preview
Supports
Markdown
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