]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1239] Remove excess spaces from one file/add missing library to the other
authorStephen Morris <stephen@isc.org>
Tue, 20 Dec 2011 12:08:01 +0000 (12:08 +0000)
committerStephen Morris <stephen@isc.org>
Tue, 20 Dec 2011 12:08:01 +0000 (12:08 +0000)
src/bin/dhcp6/tests/Makefile.am
src/bin/dhcp6/tests/dhcp6_srv_unittest.cc

index 7030fda1176be0ff9512f8e1c9a4f7989685b071..de0256c317ad11018059fbb92b1a6476d99ede0b 100644 (file)
@@ -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
 
index 5078cabf84d764517dd858d7e2c75484571f2336..09d1cec183bf6b7bf131456065a4a426c788f980 100644 (file)
@@ -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