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
8093112f
Commit
8093112f
authored
Aug 21, 2014
by
Tomek Mrugalski
🛰
Browse files
[master] fix for #3530 (unit-test fail in ConfigurationTest.summaryDDNS)
parent
ed121ec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/configuration_unittest.cc
View file @
8093112f
...
...
@@ -41,6 +41,10 @@ public:
ConfigurationTest
()
{
// Remove any subnets dangling from previous unit tests.
clearSubnets
();
// Disable DDNS.
enableDDNS
(
false
);
// Create IPv4 subnets.
for
(
int
i
=
0
;
i
<
TEST_SUBNETS_NUM
;
++
i
)
{
// Default triplet carried undefined value.
...
...
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