mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-18 14:00:15 +00:00
[#34] Checkpoint: code and tests to do
This commit is contained in:
@@ -544,7 +544,11 @@ TEST(DatabaseConnection, toElementDbAccessStringValid) {
|
||||
"\"tcp-nodelay\": false, \n"
|
||||
"\"type\": \"memfile\", \n"
|
||||
"\"user\": \"user_str\", \n"
|
||||
"\"max-row-errors\": 50 \n"
|
||||
"\"max-row-errors\": 50, \n"
|
||||
"\"trust-anchor\": \"my-ca\", \n"
|
||||
"\"cert-file\": \"my-cert.crt\", \n"
|
||||
"\"key-file\": \"my-key.key\", \n"
|
||||
"\"cipher-list\": \"!SSLv3\" \n"
|
||||
"}\n"
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user