Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
b0958885
Commit
b0958885
authored
Jun 24, 2015
by
Francis Dupont
Browse files
[3919] Removed spurious v2 assignment
parent
2623b11a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/perfdhcp/tests/command_options_unittest.cc
View file @
b0958885
...
...
@@ -472,7 +472,6 @@ TEST_F(CommandOptionsTest, Base) {
" -l 127.0.0.1 all"
));
std
::
vector
<
uint8_t
>
v1
=
opt
.
getMacTemplate
();
std
::
vector
<
uint8_t
>
v2
=
opt
.
getDuidTemplate
();
v2
=
opt
.
getDuidTemplate
();
EXPECT_TRUE
(
std
::
equal
(
v1
.
begin
(),
v1
.
end
(),
mac
));
EXPECT_TRUE
(
std
::
equal
(
v2
.
begin
(),
v2
.
end
(),
duid
));
// Test valid DUID.
...
...
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