mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[1579] cancel unnecessary change (this will help reduce conflict on merge)
This commit is contained in:
@@ -297,6 +297,7 @@ TEST_P(ZoneFinderContextTest, getAdditionalForAny) {
|
||||
vector<ConstRRsetPtr> all_rrsets;
|
||||
ZoneFinderContextPtr ctx = finder_->findAll(qzone_, all_rrsets);
|
||||
EXPECT_EQ(ZoneFinder::SUCCESS, ctx->code);
|
||||
|
||||
ctx->getAdditional(REQUESTED_BOTH, result_sets_);
|
||||
rrsetsCheck("ns1.example.org. 3600 IN A 192.0.2.1\n"
|
||||
"ns1.example.org. 3600 IN AAAA 2001:db8::1\n"
|
||||
|
Reference in New Issue
Block a user