]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2430] Add comment about before and after scaffolding in test
authorMukund Sivaraman <muks@isc.org>
Fri, 14 Feb 2014 13:44:58 +0000 (19:14 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 14 Feb 2014 13:44:58 +0000 (19:14 +0530)
src/lib/dns/tests/master_loader_unittest.cc

index 3bfd9f943b56ab806c02dc9021ced9db5351f364..7ffa5672cfabbdeb0a80a5c8a763010652d3bd51 100644 (file)
@@ -337,6 +337,9 @@ TEST_F(MasterLoaderTest, generate) {
         EXPECT_TRUE(loader_->loadedSucessfully());
         EXPECT_TRUE(errors_.empty());
 
+        // The "before" and "after" scaffolding below checks that no
+        // extra records are added by $GENERATE outside the requested
+        // range.
         checkRR("before.example.org", RRType::A(), "192.0.2.0");
         checkRR("host3.example.org", RRType::A(), "192.0.2.3");
         checkRR("host4.example.org", RRType::A(), "192.0.2.4");