Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
Kea
Commits
8093112f
Commit
8093112f
authored
Aug 21, 2014
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] fix for #3530 (unit-test fail in ConfigurationTest.summaryDDNS)
parent
ed121ec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/lib/dhcpsrv/tests/configuration_unittest.cc
src/lib/dhcpsrv/tests/configuration_unittest.cc
+4
-0
No files found.
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
Markdown
is supported
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