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
1c02052c
Commit
1c02052c
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: query
parent
4c4c1418
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
View file @
1c02052c
...
...
@@ -1674,7 +1674,7 @@ TEST_F(Dhcpv4SrvTest, matchClassificationOptionName) {
// Classify packets
srv
.
classifyPacket
(
query
);
// The que
e
y should be in the router class
// The que
r
y should be in the router class
EXPECT_TRUE
(
query
->
inClass
(
"router"
));
}
...
...
@@ -1725,7 +1725,7 @@ TEST_F(Dhcpv4SrvTest, matchClassificationOptionDef) {
// Classify packets
srv
.
classifyPacket
(
query
);
// The que
e
y should be in the router class
// The que
r
y should be in the router class
EXPECT_TRUE
(
query
->
inClass
(
"router"
));
}
...
...
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