]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2435] Update comment
authorMukund Sivaraman <muks@isc.org>
Thu, 10 Jan 2013 13:49:28 +0000 (19:19 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 10 Jan 2013 13:49:28 +0000 (19:19 +0530)
src/lib/datasrc/tests/database_unittest.cc

index b4ad0bc5a3d741bed0110ab9b73cab2e59be63d8..bd331efa137577e583f8f3ae0f24b94c9e788136 100644 (file)
@@ -4242,10 +4242,11 @@ TYPED_TEST(RRsetCollectionTest, find) {
     // Is this correct behavior?
     EXPECT_FALSE(rrset);
 
-    // With the FIND_GLUE_OK passed to ZoneFinder's find(),
-    // "delegation.example.org." with type NS should return the NS
-    // record. Without FIND_GLUE_OK, ZoneFinder's find() would return
-    // DELEGATION and the find() below would return nothing.
+    // With the FIND_GLUE_OK option passed to ZoneFinder's find(),
+    // searching for "delegation.example.org." with type NS should
+    // return the NS record. Without FIND_GLUE_OK, ZoneFinder's find()
+    // would return DELEGATION and the find() below would return
+    // nothing.
     rrset = this->collection->find(Name("delegation.example.org"),
                                    this->qclass_, RRType::NS());
     ASSERT_TRUE(rrset);