diff options
author | Yoshitaka Aharen <aharen@jprs.co.jp> | 2013-01-28 13:50:20 +0100 |
---|---|---|
committer | Yoshitaka Aharen <aharen@jprs.co.jp> | 2013-01-28 13:50:20 +0100 |
commit | ed014f274ce18bcbdb8c79c3ea856a88af23f8e2 (patch) | |
tree | a6718339a915be62d783733cf94d61bea82f1f7e /src/bin/auth/tests/auth_srv_unittest.cc | |
parent | [2157] removed unused helper function from test code (diff) | |
download | kea-ed014f274ce18bcbdb8c79c3ea856a88af23f8e2.tar.xz kea-ed014f274ce18bcbdb8c79c3ea856a88af23f8e2.zip |
[2157] added a note to describe response() processes 3 messages
Diffstat (limited to 'src/bin/auth/tests/auth_srv_unittest.cc')
-rw-r--r-- | src/bin/auth/tests/auth_srv_unittest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/auth/tests/auth_srv_unittest.cc b/src/bin/auth/tests/auth_srv_unittest.cc index 427b675545..70f98fb03d 100644 --- a/src/bin/auth/tests/auth_srv_unittest.cc +++ b/src/bin/auth/tests/auth_srv_unittest.cc @@ -295,6 +295,7 @@ TEST_F(AuthSrvTest, shortMessage) { // Response messages. Must be silently dropped, whether it's a valid response // or malformed or could otherwise cause a protocol error. TEST_F(AuthSrvTest, response) { + // isc::testutils::SrvTestBase::response() processes 3 messages. response(); ConstElementPtr stats_after = server.getStatistics()->get("zones")-> |