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
43695c21
Commit
43695c21
authored
May 05, 2015
by
Marcin Siodelski
Browse files
[3806] Fixed broken unit test after recent changes.
parent
cebd8442
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc
View file @
43695c21
...
...
@@ -533,8 +533,7 @@ TEST_F(ParseConfigTest, basicOptionDataTest) {
ASSERT_TRUE
(
opt_ptr
);
// Verify that the option definition is correct.
std
::
string
val
=
"type=100, len=4, data fields:
\n
"
" #0 192.0.2.0 ( ipv4-address )
\n
"
;
std
::
string
val
=
"type=00100, len=00004: 192.0.2.0 (ipv4-address)"
;
EXPECT_EQ
(
val
,
opt_ptr
->
toText
());
}
...
...
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