BIND 10 trac1986, updated. a25bfbc47ae1d1d138c38edbe75820c758cde4ec [1986] editorial: combined two short lines
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jul 19 16:36:12 UTC 2012
The branch, trac1986 has been updated
via a25bfbc47ae1d1d138c38edbe75820c758cde4ec (commit)
from 09d8f46c29ee329529bf251473691611e86d1f9a (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 a25bfbc47ae1d1d138c38edbe75820c758cde4ec
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Jul 19 09:35:53 2012 -0700
[1986] editorial: combined two short lines
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/tests/auth_srv_unittest.cc | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/auth_srv_unittest.cc b/src/bin/auth/tests/auth_srv_unittest.cc
index a99e256..0a9efe1 100644
--- a/src/bin/auth/tests/auth_srv_unittest.cc
+++ b/src/bin/auth/tests/auth_srv_unittest.cc
@@ -1658,9 +1658,8 @@ namespace {
TEST_F(AuthSrvTest, DDNSForwardCreateDestroy) {
// Test that AuthSrv returns NOTIMP before ddns forwarder is created,
// that the ddns_forwarder is connected when the 'start_ddns_forwarder'
- // command has been sent,
- // and that it is no longer connected and auth returns NOTIMP after
- // the stop_ddns_forwarding command is sent.
+ // command has been sent, and that it is no longer connected and auth
+ // returns NOTIMP after the stop_ddns_forwarding command is sent.
scoped_ptr<AuthSrv> tmp_server(new AuthSrv(true, xfrout, ddns_forwarder));
// Prepare update message to send
More information about the bind10-changes
mailing list