]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] [1895] editorial: added a missing space in an error message.
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 17 Apr 2012 16:10:43 +0000 (09:10 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 19 Apr 2012 17:22:24 +0000 (10:22 -0700)
not directly related to this branch, but the review comment on this point
for the previous change should actually apply to this.

src/bin/auth/tests/common_unittest.cc

index 9b18142dcc70ec955f7c6e5f2d2fb48a71512788..184988d179ecaf71e04a075a93582604bc134d57 100644 (file)
@@ -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(),