Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
6ead8f2b
Commit
6ead8f2b
authored
Oct 25, 2012
by
JINMEI Tatuya
Browse files
[2209] style: combine two short lines
parent
bd8b562b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/tests/client_list_unittest.cc
View file @
6ead8f2b
...
...
@@ -1035,8 +1035,7 @@ TYPED_TEST(ReloadTest, reloadMasterFile) {
f
<<
"nosuchdomain.
\t\t
3600
\t
IN
\t
TXT
\t
test"
<<
std
::
endl
;
f
.
close
();
// Do the reload.
EXPECT_EQ
(
ConfigurableClientList
::
ZONE_RELOADED
,
this
->
doReload
(
Name
(
"."
)));
EXPECT_EQ
(
ConfigurableClientList
::
ZONE_RELOADED
,
this
->
doReload
(
Name
(
"."
)));
// It is here now.
EXPECT_EQ
(
ZoneFinder
::
SUCCESS
,
this
->
list_
->
find
(
Name
(
"."
)).
finder_
->
find
(
Name
(
"nosuchdomain"
),
...
...
Write
Preview
Markdown
is supported
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