Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
e5c443b8
Commit
e5c443b8
authored
Apr 27, 2015
by
Marcin Siodelski
Browse files
[master] Merge branch 'trac3791'
parents
c40d10b0
9bb2bbaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/tests/iface_mgr_unittest.cc
View file @
e5c443b8
...
...
@@ -526,14 +526,11 @@ TEST_F(IfaceMgrTest, dhcp6Sniffer) {
}
#endif
#if !defined(__apple_build_version__) || (__apple_build_version__ < 6020000)
TEST_F
(
IfaceMgrTest
,
basic
)
{
// Checks that IfaceManager can be instantiated
IfaceMgr
&
ifacemgr
=
IfaceMgr
::
instance
();
ASSERT_TRUE
(
&
ifacemgr
!=
0
);
// This test verifies that creation of the IfaceMgr instance doesn't
// cause an exception.
TEST_F
(
IfaceMgrTest
,
instance
)
{
EXPECT_NO_THROW
(
IfaceMgr
::
instance
());
}
#endif
// This test verifies that sockets can be closed selectively, i.e. all
// IPv4 sockets can be closed first and all IPv6 sockets remain open.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment