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
499d6352
Commit
499d6352
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: existent
parent
d779e649
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc
View file @
499d6352
...
@@ -533,7 +533,7 @@ TEST_F(ClientClassDefListParserTest, simpleValidList) {
...
@@ -533,7 +533,7 @@ TEST_F(ClientClassDefListParserTest, simpleValidList) {
ASSERT_TRUE
(
cclass
);
ASSERT_TRUE
(
cclass
);
EXPECT_EQ
(
"three"
,
cclass
->
getName
());
EXPECT_EQ
(
"three"
,
cclass
->
getName
());
// For good measure, make sure we can't find a non-exist
a
nt class.
// For good measure, make sure we can't find a non-exist
e
nt class.
ASSERT_NO_THROW
(
cclass
=
dictionary
->
findClass
(
"bogus"
));
ASSERT_NO_THROW
(
cclass
=
dictionary
->
findClass
(
"bogus"
));
EXPECT_FALSE
(
cclass
);
EXPECT_FALSE
(
cclass
);
}
}
...
...
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