BIND 10 master, updated. e0cb5ab6d32eae3df6e309ff73c6d331f0750168 [master] [1895] editorial: added a missing space in an error message.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Apr 19 17:22:42 UTC 2012
The branch, master has been updated
via e0cb5ab6d32eae3df6e309ff73c6d331f0750168 (commit)
from fd1a4b0eac2f586c2efc98cb99235ddb1c77da8a (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 e0cb5ab6d32eae3df6e309ff73c6d331f0750168
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 17 09:10:43 2012 -0700
[master] [1895] editorial: added a missing space in an error message.
not directly related to this branch, but the review comment on this point
for the previous change should actually apply to this.
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/tests/common_unittest.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/common_unittest.cc b/src/bin/auth/tests/common_unittest.cc
index 9b18142..184988d 100644
--- a/src/bin/auth/tests/common_unittest.cc
+++ b/src/bin/auth/tests/common_unittest.cc
@@ -36,7 +36,7 @@ public:
BOOST_FOREACH(const Environ &env, restoreEnviron) {
if (env.second == NULL) {
EXPECT_EQ(0, unsetenv(env.first.c_str())) <<
- "Couldn't restore environment, results of other tests"
+ "Couldn't restore environment, results of other tests "
"are uncertain";
} else {
EXPECT_EQ(0, setenv(env.first.c_str(), env.second->c_str(),
More information about the bind10-changes
mailing list