the previous "TODO" comment was a leftover when I moved it from the datasrc
test. also moved the callback function to the unnamed namespace as it
doesn't have to be referrable from others.
}
return (::testing::AssertionSuccess());
}
-}
-// TODO: maybe we should share this stuff
-// A helper callback of masterLoad() used in InMemoryZoneFinderTest.
+// A helper callback of masterLoad() used by textToRRset() below.
void
setRRset(RRsetPtr rrset, RRsetPtr* rrsetp) {
if (*rrsetp) {
}
*rrsetp = rrset;
}
+}
RRsetPtr
textToRRset(const string& text_rrset, const RRClass& rrclass) {