]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2430] Update test comment
authorMukund Sivaraman <muks@isc.org>
Fri, 14 Feb 2014 13:25:24 +0000 (18:55 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 14 Feb 2014 13:25:24 +0000 (18:55 +0530)
src/lib/dns/tests/master_loader_unittest.cc

index 4a8c1a34b1e7856867f97efe25eabf63bcf75ae7..3bfd9f943b56ab806c02dc9021ced9db5351f364 100644 (file)
@@ -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(),