mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[2207] Note about compilation problem
This commit is contained in:
@@ -219,7 +219,7 @@ TEST_F(ZoneWriterLocalTest, retry) {
|
|||||||
const ZoneTable::FindResult found(table->findZone(Name("example.org")));
|
const ZoneTable::FindResult found(table->findZone(Name("example.org")));
|
||||||
ASSERT_EQ(isc::datasrc::result::SUCCESS, found.code);
|
ASSERT_EQ(isc::datasrc::result::SUCCESS, found.code);
|
||||||
// For some reason it doesn't seem to work by the ZoneNode typedef, using
|
// 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;
|
const isc::datasrc::memory::DomainTreeNode<RdataSet>* node;
|
||||||
EXPECT_EQ(isc::datasrc::memory::DomainTree<RdataSet>::EXACTMATCH,
|
EXPECT_EQ(isc::datasrc::memory::DomainTree<RdataSet>::EXACTMATCH,
|
||||||
found.zone_data->getZoneTree().
|
found.zone_data->getZoneTree().
|
||||||
|
Reference in New Issue
Block a user