2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-10-03 13:16:15 +00:00

renamed parameter

This commit is contained in:
Razvan Becheriu
2019-03-09 08:50:00 +02:00
parent 38b037be91
commit 1646cb296a
9 changed files with 32 additions and 31 deletions

View File

@@ -95,8 +95,8 @@ TEST_F(DatabaseConnectionCallbackTest, dbLostCallback) {
/// Create the connection..
DatabaseConnection datasrc(pmap);
/// We should be able to invoke the callback and glean
/// the correct reconnect contorl parameters from it.
/// We should be able to invoke the callback and get
/// the correct reconnect control parameters from it.
bool ret = false;
ASSERT_NO_THROW(ret = datasrc.invokeDbLostCallback());
EXPECT_TRUE(ret);
@@ -260,6 +260,7 @@ TEST(DatabaseConnection, toElementDbAccessStringValid) {
"{\n"
"\"connect-timeout\" : 200, \n"
"\"contact-points\": \"contact_str\", \n"
"\"consistency\": \"quorum\", \n"
"\"host\": \"host_str\", \n"
"\"keyspace\": \"keyspace_str\", \n"
"\"lfc-interval\" : 100, \n"