]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2512] Add a comment about redundant test
authorMukund Sivaraman <muks@isc.org>
Thu, 6 Feb 2014 12:16:24 +0000 (17:46 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 6 Feb 2014 12:16:24 +0000 (17:46 +0530)
src/lib/dns/tests/rdata_caa_unittest.cc

index 40cb1bfb125e3cf6bc4676e8fc993e40c8a2d3e2..e842bd69e9c279ae5a827e2ad68ec6fd6e4a3087 100644 (file)
@@ -116,7 +116,8 @@ TEST_F(Rdata_CAA_Test, fields) {
     EXPECT_NO_THROW(const generic::CAA rdata_caa2("0 relaxed-too \"ca.example.net\""));
     EXPECT_NO_THROW(const generic::CAA rdata_caa2("0 RELAXED.too \"ca.example.net\""));
 
-    // No value
+    // No value (this is redundant to the last test case in the
+    // .createFromText test
     EXPECT_NO_THROW(const generic::CAA rdata_caa2("0 issue"));
 
     // > 255 would be broken