Skip to content
GitLab
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
7df26862
Commit
7df26862
authored
May 11, 2012
by
Tomek Mrugalski
🛰
Browse files
[1967] Fix for Solicit_basic test. Previous test now closes sockets.
parent
c11a19fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
View file @
7df26862
...
...
@@ -148,11 +148,12 @@ TEST_F(Dhcpv6SrvTest, DUID) {
case
DUID_UUID
:
// not supported yet
default:
cout
<<
"Not supported duid type="
<<
duid_type
<<
endl
;
FAIL
();
ADD_
FAIL
URE
();
}
delete
srv
;
// destructor will close sockets, causing next test to succeed
}
TEST_F
(
Dhcpv6SrvTest
,
DISABLED_
Solicit_basic
)
{
TEST_F
(
Dhcpv6SrvTest
,
Solicit_basic
)
{
NakedDhcpv6Srv
*
srv
=
NULL
;
ASSERT_NO_THROW
(
srv
=
new
NakedDhcpv6Srv
();
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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