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
Sebastian Schrader
Kea
Commits
bef1229c
Commit
bef1229c
authored
Oct 19, 2012
by
JINMEI Tatuya
Browse files
[2207] style fix: folded a long line.
parent
21170f73
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/tests/memory/zone_writer_unittest.cc
View file @
bef1229c
...
...
@@ -218,8 +218,8 @@ TEST_F(ZoneWriterLocalTest, retry) {
ZoneTable
*
const
table
(
segment_
->
getHeader
().
getTable
());
const
ZoneTable
::
FindResult
found
(
table
->
findZone
(
Name
(
"example.org"
)));
ASSERT_EQ
(
isc
::
datasrc
::
result
::
SUCCESS
,
found
.
code
);
// For some reason it doesn't seem to work by the ZoneNode typedef, using
the
// full definition instead.
// For some reason it doesn't seem to work by the ZoneNode typedef, using
//
the
full definition instead.
const
isc
::
datasrc
::
memory
::
DomainTreeNode
<
RdataSet
>*
node
;
EXPECT_EQ
(
isc
::
datasrc
::
memory
::
DomainTree
<
RdataSet
>::
EXACTMATCH
,
found
.
zone_data
->
getZoneTree
().
...
...
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