From: JINMEI Tatuya Date: Mon, 25 Feb 2013 22:02:56 +0000 (-0800) Subject: [2389] added comment about use of isc::Exception in some cases X-Git-Tag: bind10-1.1.0beta1-release~75^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd43cb2eaa1bce9b25f248399c768ef689104b91;p=thirdparty%2Fkea.git [2389] added comment about use of isc::Exception in some cases --- diff --git a/src/lib/dns/tests/rdata_soa_unittest.cc b/src/lib/dns/tests/rdata_soa_unittest.cc index c733d2de95..d919329c32 100644 --- a/src/lib/dns/tests/rdata_soa_unittest.cc +++ b/src/lib/dns/tests/rdata_soa_unittest.cc @@ -53,6 +53,10 @@ protected: }; TEST_F(Rdata_SOA_Test, createFromText) { + // Below we specify isc::Exception as a dummy value for the exception type + // in case it's not expected to throw an exception; the type isn't used + // in the check code. + // A simple case. checkFromTextSOA( "ns.example.com. root.example.com. 2010012601 3600 300 3600000 1200",