]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3432] Updated unit test commentary
authorThomas Markwalder <tmark@isc.org>
Wed, 28 May 2014 11:10:59 +0000 (07:10 -0400)
committerThomas Markwalder <tmark@isc.org>
Wed, 28 May 2014 11:10:59 +0000 (07:10 -0400)
src/bin/d2/tests/d2_cfg_mgr_unittests.cc

index 7f43f6552ff61d6d514d2e3db41e3aaaa1c5d763..3bb4c3c794a6b9f9c854e10e3bceef7ef34a8f40 100644 (file)
@@ -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.