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
Adam Osuchowski
Kea
Commits
cd6f223e
Commit
cd6f223e
authored
May 29, 2013
by
JINMEI Tatuya
Browse files
[2911] some editorial fixes: align lines more nicely.
parent
946d6e87
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/xfrin/tests/xfrin_test.py
View file @
cd6f223e
...
...
@@ -2913,8 +2913,8 @@ class TestXfrin(unittest.TestCase):
# test case for a fresh xfr object.
config
=
{
'zones'
:
[
{
'name'
:
'test.example.'
,
'master_addr'
:
'192.0.2.1'
,
'master_port'
:
53
,
'master_addr'
:
'192.0.2.1'
,
'master_port'
:
53
,
}
]}
self
.
assertEqual
(
self
.
xfr
.
config_handler
(
config
)[
'result'
][
0
],
0
)
...
...
@@ -2924,8 +2924,8 @@ class TestXfrin(unittest.TestCase):
# use_ixfr was deprecated and explicitly rejected for now.
config
=
{
'zones'
:
[
{
'name'
:
'test.example.'
,
'master_addr'
:
'192.0.2.1'
,
'master_port'
:
53
,
'master_addr'
:
'192.0.2.1'
,
'master_port'
:
53
,
'use_ixfr'
:
True
}
]}
...
...
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