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
4c4c1418
Commit
4c4c1418
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: queries
parent
764aa297
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/generic_host_data_source_unittest.cc
View file @
4c4c1418
...
...
@@ -1188,7 +1188,7 @@ void GenericHostDataSourceTest::testOptionsReservations4(const bool formatted) {
ASSERT_NO_THROW
(
addTestOptions
(
host
,
formatted
,
DHCP4_ONLY
));
// Insert host and the options into respective tables.
ASSERT_NO_THROW
(
hdsptr_
->
add
(
host
));
// Subnet id will be used in quries to the database.
// Subnet id will be used in qu
e
ries to the database.
SubnetID
subnet_id
=
host
->
getIPv4SubnetID
();
// getAll4(address)
...
...
@@ -1261,7 +1261,7 @@ GenericHostDataSourceTest::testMultipleClientClasses4() {
// Add the host.
ASSERT_NO_THROW
(
hdsptr_
->
add
(
host
));
// Subnet id will be used in quries to the database.
// Subnet id will be used in qu
e
ries to the database.
SubnetID
subnet_id
=
host
->
getIPv4SubnetID
();
// Fetch the host via:
...
...
@@ -1323,7 +1323,7 @@ GenericHostDataSourceTest::testMultipleClientClasses6() {
// Add the host.
ASSERT_NO_THROW
(
hdsptr_
->
add
(
host
));
// Subnet id will be used in quries to the database.
// Subnet id will be used in qu
e
ries to the database.
SubnetID
subnet_id
=
host
->
getIPv6SubnetID
();
// Fetch the host via:
...
...
@@ -1389,7 +1389,7 @@ GenericHostDataSourceTest::testMultipleClientClassesBoth() {
// Add the host.
ASSERT_NO_THROW
(
hdsptr_
->
add
(
host
));
// Subnet id will be used in quries to the database.
// Subnet id will be used in qu
e
ries to the database.
SubnetID
subnet_id
=
host
->
getIPv6SubnetID
();
// Fetch the host from the source.
...
...
@@ -1418,7 +1418,7 @@ GenericHostDataSourceTest::testMessageFields4() {
// Add the host.
ASSERT_NO_THROW
(
hdsptr_
->
add
(
host
));
// Subnet id will be used in quries to the database.
// Subnet id will be used in qu
e
ries to the database.
SubnetID
subnet_id
=
host
->
getIPv4SubnetID
();
// Fetch the host via:
...
...
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