BIND 10 trac2349, updated. 5735b337b8e78502bd54cba748bb622b150f6667 [2349] document member in test class

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Oct 16 14:15:00 UTC 2012


The branch, trac2349 has been updated
       via  5735b337b8e78502bd54cba748bb622b150f6667 (commit)
      from  b57f65e686286f211ef1b177f69a81fa5baf3021 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5735b337b8e78502bd54cba748bb622b150f6667
Author: Jelte Jansen <jelte at isc.org>
Date:   Tue Oct 16 16:09:24 2012 +0200

    [2349] document member in test class

-----------------------------------------------------------------------

Summary of changes:
 .../resolve/tests/recursive_query_unittest_2.cc    |    5 ++++-
 .../resolve/tests/recursive_query_unittest_3.cc    |    5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/resolve/tests/recursive_query_unittest_2.cc b/src/lib/resolve/tests/recursive_query_unittest_2.cc
index 40837a5..0b38c59 100644
--- a/src/lib/resolve/tests/recursive_query_unittest_2.cc
+++ b/src/lib/resolve/tests/recursive_query_unittest_2.cc
@@ -149,7 +149,10 @@ public:
     OutputBufferPtr udp_send_buffer_;           ///< Send buffer for UDP I/O
     udp::socket     udp_socket_;                ///< Socket used by UDP server
 
-    /// TODO: doc
+    /// Some of the tests cause an 'active' running query to be created, but
+    /// don't complete the framework that makes that query delete itself.
+    /// This member can be used to store it so that it is deleted automatically
+    /// when the test is finished.
     AbstractRunningQuery* running_query_;
 
     /// \brief Constructor
diff --git a/src/lib/resolve/tests/recursive_query_unittest_3.cc b/src/lib/resolve/tests/recursive_query_unittest_3.cc
index 3da2bff..92ec589 100644
--- a/src/lib/resolve/tests/recursive_query_unittest_3.cc
+++ b/src/lib/resolve/tests/recursive_query_unittest_3.cc
@@ -132,7 +132,10 @@ public:
     OutputBufferPtr udp_send_buffer_;           ///< Send buffer for UDP I/O
     udp::socket     udp_socket_;                ///< Socket used by UDP server
 
-    /// TODO
+    /// Some of the tests cause an 'active' running query to be created, but
+    /// don't complete the framework that makes that query delete itself.
+    /// This member can be used to store it so that it is deleted automatically
+    /// when the test is finished.
     AbstractRunningQuery* running_query_;
 
     /// \brief Constructor



More information about the bind10-changes mailing list