2
0
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:
JINMEI Tatuya
2012-03-30 14:36:22 -07:00
parent 94793e41d9
commit fa4aa9c87c

View File

@@ -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"