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
08e8d762
Commit
08e8d762
authored
Oct 20, 2012
by
Michal 'vorner' Vaner
Browse files
[2207] Note about compilation problem
parent
bef1229c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/tests/memory/zone_writer_unittest.cc
View file @
08e8d762
...
...
@@ -219,7 +219,7 @@ TEST_F(ZoneWriterLocalTest, retry) {
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.
// the full definition instead.
At least on some compilers.
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