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
80257db8
Commit
80257db8
authored
Jan 23, 2017
by
Tomek Mrugalski
🛰
Browse files
[5019] Unit-test fixed.
parent
26be56de
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp6/tests/simple_parser6_unittest.cc
View file @
80257db8
...
...
@@ -66,7 +66,7 @@ TEST_F(SimpleParser6Test, inheritGlobalToSubnet6) {
ElementPtr
global
=
parseJSON
(
"{
\"
renew-timer
\"
: 1,"
"
\"
rebind-timer
\"
: 2,"
"
\"
preferred-lifetime
\"
: 3,"
"
\"
valid-lifetime
\"
: 4"
"
\"
valid-lifetime
\"
: 4
,
"
"
\"
subnet6
\"
: [ {
\"
renew-timer
\"
: 100 } ] "
"}"
);
...
...
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