BIND 10 trac1239, updated. 9814abbcd475b08ccfcc67e887f37d5e6bd873fd [1239] Remove excess spaces from one file/add missing library to the other
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Dec 20 12:09:23 UTC 2011
The branch, trac1239 has been updated
via 9814abbcd475b08ccfcc67e887f37d5e6bd873fd (commit)
from 84ef9da129de44dfa74933f83db60bdaf2dce51e (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 9814abbcd475b08ccfcc67e887f37d5e6bd873fd
Author: Stephen Morris <stephen at isc.org>
Date: Tue Dec 20 12:08:01 2011 +0000
[1239] Remove excess spaces from one file/add missing library to the other
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp6/tests/Makefile.am | 1 +
src/bin/dhcp6/tests/dhcp6_srv_unittest.cc | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/tests/Makefile.am b/src/bin/dhcp6/tests/Makefile.am
index 7030fda..de0256c 100644
--- a/src/bin/dhcp6/tests/Makefile.am
+++ b/src/bin/dhcp6/tests/Makefile.am
@@ -53,6 +53,7 @@ dhcp6_unittests_LDADD = $(GTEST_LDADD)
dhcp6_unittests_LDADD += $(SQLITE_LIBS)
dhcp6_unittests_LDADD += $(top_builddir)/src/lib/asiolink/libasiolink.la
dhcp6_unittests_LDADD += $(top_builddir)/src/lib/dhcp/libdhcp.la
+dhcp6_unittests_LDADD += $(top_builddir)/src/lib/log/liblog.la
dhcp6_unittests_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la
endif
diff --git a/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc b/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
index 5078cab..09d1cec 100644
--- a/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
+++ b/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
@@ -129,7 +129,7 @@ TEST_F(Dhcpv6SrvTest, Solicit_basic) {
boost::shared_ptr<Option> tmp = reply->getOption(D6O_IA_NA);
ASSERT_TRUE( tmp );
- Option6IA* reply_ia = dynamic_cast<Option6IA*> ( tmp.get() );
+ Option6IA* reply_ia = dynamic_cast<Option6IA*>(tmp.get());
EXPECT_EQ( 234, reply_ia->getIAID() );
// check that there's an address included
More information about the bind10-changes
mailing list