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
2eb9f486
Commit
2eb9f486
authored
Nov 21, 2011
by
JINMEI Tatuya
Browse files
[1371] added missing checks
parent
71378c10
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/xfrout/tests/xfrout_test.py.in
View file @
2eb9f486
...
...
@@ -941,6 +941,9 @@ class TestXfroutSessionWithSQLite3(TestXfroutSessionBase):
create_soa(2011112001),
create_a(Name(self.ns_name), '192.0.2.1'),
create_soa(2011112001)]
self.assertEqual(len(expected_records), len(actual_records))
for (expected_rr, actual_rr) in zip(expected_records, actual_records):
self.assertTrue(expected_rr, actual_rr)
def test_ixfr_soa_only(self):
# The requested SOA serial is the latest one. The response should
...
...
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