Browse Source

[2430] Update test comment

Mukund Sivaraman 11 years ago
parent
commit
98a54e2747
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/dns/tests/master_loader_unittest.cc

+ 2 - 1
src/lib/dns/tests/master_loader_unittest.cc

@@ -538,7 +538,8 @@ TEST_F(MasterLoaderTest, generateWithModifiers) {
         "$GENERATE 106-107 host$ TXT \"Value ${0,9,n}\"\n"
         "$GENERATE 109-110 host$ TXT \"Value ${0,9,N}\"\n"
 
-        // Junk type will not parse and 'd' is assumed.
+        // Junk type will not parse and 'd' is assumed. No error is
+        // generated (this is to match BIND 9 behavior).
         "$GENERATE 200-201 host${0,4,j} A 192.0.2.$\n";
     stringstream ss(input);
     setLoader(ss, Name("example.org."), RRClass::IN(),