Browse Source

[2836] Clarify comment of test.

Michal 'vorner' Vaner 12 years ago
parent
commit
f0229b977d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/datasrc/tests/memory/zone_data_updater_unittest.cc

+ 2 - 1
src/lib/datasrc/tests/memory/zone_data_updater_unittest.cc

@@ -308,7 +308,8 @@ TEST_P(ZoneDataUpdaterTest, rrsigForNSEC3Only) {
 // Generate many small RRsets. This tests that the underlying memory segment
 // can grow during the execution and that the updater handles that well.
 //
-// Some of the grows will happen inserting the RRSIG, some with the TXT.
+// Some of the grows will happen inserting the RRSIG, some with the TXT. Or,
+// at least we hope so.
 TEST_P(ZoneDataUpdaterTest, manySmallRRsets) {
     for (size_t i = 0; i < 32768; ++i) {
         const std::string name(boost::lexical_cast<std::string>(i) +