From: JINMEI Tatuya Date: Thu, 19 Jul 2012 16:35:53 +0000 (-0700) Subject: [1986] editorial: combined two short lines X-Git-Tag: trac2351_base~137^2~4^2~26^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a25bfbc47ae1d1d138c38edbe75820c758cde4ec;p=thirdparty%2Fkea.git [1986] editorial: combined two short lines --- diff --git a/src/bin/auth/tests/auth_srv_unittest.cc b/src/bin/auth/tests/auth_srv_unittest.cc index a99e256149..0a9efe1e10 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 tmp_server(new AuthSrv(true, xfrout, ddns_forwarder)); // Prepare update message to send