BIND 10 trac2596, updated. 0a433790559aa0e0fe148a06bbe50d9df522312a [2596] Minor: made little editorial change.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jan 18 15:10:33 UTC 2013


The branch, trac2596 has been updated
       via  0a433790559aa0e0fe148a06bbe50d9df522312a (commit)
      from  f2c0ce1adf8090ecb9ed76e6f3f201d0b044e060 (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 0a433790559aa0e0fe148a06bbe50d9df522312a
Author: Marcin Siodelski <marcin at isc.org>
Date:   Fri Jan 18 16:10:24 2013 +0100

    [2596] Minor: made little editorial change.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/dhcp6/tests/config_parser_unittest.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/tests/config_parser_unittest.cc b/src/bin/dhcp6/tests/config_parser_unittest.cc
index ea84a1c..38b38e3 100644
--- a/src/bin/dhcp6/tests/config_parser_unittest.cc
+++ b/src/bin/dhcp6/tests/config_parser_unittest.cc
@@ -61,8 +61,8 @@ public:
 
         if (IfaceMgr::instance().getIface(bogus_iface_)) {
             ADD_FAILURE() << "The '" << bogus_iface_ << "' exists on this system"
-                          << " while the test assumes that it doesn't to execute"
-                          << " some negative scenarios. Can't continue this test";
+                          << " while the test assumes that it doesn't, to execute"
+                          << " some negative scenarios. Can't continue this test.";
         }
     }
 



More information about the bind10-changes mailing list