BIND 10 trac2898, updated. c3f6b67fa16a07f7f7ede24dd85feaa7c157e1cb Merge branch 'trac2898' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac2898

BIND 10 source code commits bind10-changes at lists.isc.org
Thu May 9 13:44:39 UTC 2013


The branch, trac2898 has been updated
       via  c3f6b67fa16a07f7f7ede24dd85feaa7c157e1cb (commit)
       via  d5a472119f28ad0f7f15756997c741ba25208ab9 (commit)
      from  be918f9a8b657005605fc8856ed037fafc2374e9 (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 c3f6b67fa16a07f7f7ede24dd85feaa7c157e1cb
Merge: d5a4721 be918f9
Author: Tomek Mrugalski <tomasz at isc.org>
Date:   Thu May 9 15:43:20 2013 +0200

    Merge branch 'trac2898' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac2898

commit d5a472119f28ad0f7f15756997c741ba25208ab9
Author: Tomek Mrugalski <tomasz at isc.org>
Date:   Thu May 9 15:43:02 2013 +0200

    [2898] comment updated in one dhcp6/config_parser test

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

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

-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/tests/config_parser_unittest.cc b/src/bin/dhcp6/tests/config_parser_unittest.cc
index be3e3be..d9c5859 100644
--- a/src/bin/dhcp6/tests/config_parser_unittest.cc
+++ b/src/bin/dhcp6/tests/config_parser_unittest.cc
@@ -589,7 +589,7 @@ TEST_F(Dhcp6ParserTest, subnetInterfaceAndInterfaceId) {
     ConstElementPtr status;
     EXPECT_NO_THROW(status = configureDhcp6Server(srv_, json));
 
-    // Returned value should be 0 (configuration success)
+    // Returned value should be 1 (configuration error)
     ASSERT_TRUE(status);
     comment_ = parseAnswer(rcode_, status);
     EXPECT_EQ(1, rcode_);



More information about the bind10-changes mailing list