findTest(Name("nothere.example.org"), RRType::A(), ZoneFinder::NXDOMAIN,
true, ConstRRsetPtr(), expected_flags);
EXPECT_THROW(zone_finder_.find(Name("example.net"), RRType::A(),
- ZoneFinder::FIND_DEFAULT), OutOfZoneFind);
+ ZoneFinder::FIND_DEFAULT), OutOfZoneFind);
}
TEST_F(InMemoryZoneFinderTest, find) {
PyObjectContainer(po_DataSourceError).installToModule(mod, "Error");
po_OutOfZoneFind = PyErr_NewException("isc.datasrc.OutOfZoneFind",
NULL, NULL);
- PyObjectContainer(po_OutOfZoneFind).installToModule(mod, "OutOfZoneFind");
+ PyObjectContainer(po_OutOfZoneFind).installToModule(mod,
+ "OutOfZoneFind");
po_NotImplemented = PyErr_NewException("isc.datasrc.NotImplemented",
NULL, NULL);
PyObjectContainer(po_NotImplemented).installToModule(mod,