diff options
author | Thomas Markwalder <tmark@isc.org> | 2014-05-28 13:10:59 +0200 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2014-05-28 13:10:59 +0200 |
commit | fa96affbd84c7370ce0f248536736f6b0c88fe0c (patch) | |
tree | 2740091f68c65bc0fc8119fc5929fd709683c2b0 /src | |
parent | [3432] Addressed review comments (diff) | |
download | kea-fa96affbd84c7370ce0f248536736f6b0c88fe0c.tar.xz kea-fa96affbd84c7370ce0f248536736f6b0c88fe0c.zip |
[3432] Updated unit test commentary
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/d2/tests/d2_cfg_mgr_unittests.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bin/d2/tests/d2_cfg_mgr_unittests.cc b/src/bin/d2/tests/d2_cfg_mgr_unittests.cc index 7f43f6552f..3bb4c3c794 100644 --- a/src/bin/d2/tests/d2_cfg_mgr_unittests.cc +++ b/src/bin/d2/tests/d2_cfg_mgr_unittests.cc @@ -106,9 +106,10 @@ bool checkServer(DnsServerInfoPtr server, const char* hostname, } /// @brief Convenience function which compares the contents of the given -/// TSIGKeyInfo against the given set of values. +/// TSIGKeyInfo against the given set of values, and that the TSIGKey +/// member points to a key. /// -/// @param key is a pointer to the key to check against. +/// @param key is a pointer to the TSIGKeyInfo instance to verify /// @param name is the value to compare against key's name_. /// @param algorithm is the string value to compare against key's algorithm. /// @param secret is the value to compare against key's secret. |