2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-10-09 13:46:20 +00:00

[#805,!5-p] Addressed review comments

Minor cleanup and commentary.
This commit is contained in:
Thomas Markwalder
2019-08-13 16:31:11 -04:00
parent 3d097f24cc
commit 5717789188
4 changed files with 5 additions and 4 deletions

View File

@@ -277,7 +277,8 @@ TEST(DatabaseConnection, toElementDbAccessStringValid) {
"\"tcp-keepalive\": 101, \n"
"\"tcp-nodelay\": false, \n"
"\"type\": \"memfile\", \n"
"\"user\": \"user_str\" \n"
"\"user\": \"user_str\", \n"
"\"max-row-errors\": 50 \n"
"}\n"
};