From: Mukund Sivaraman Date: Thu, 29 Nov 2012 22:47:25 +0000 (+0530) Subject: [2497] Add a comment for RRParamRegistryTest.createFromLexer X-Git-Tag: bind10-1.0.0-beta-release~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b8518d98293f746baab407d7d6744bde367ced3;p=thirdparty%2Fkea.git [2497] Add a comment for RRParamRegistryTest.createFromLexer --- diff --git a/src/lib/dns/tests/rrparamregistry_unittest.cc b/src/lib/dns/tests/rrparamregistry_unittest.cc index feba8a5a7b..7e683834b6 100644 --- a/src/lib/dns/tests/rrparamregistry_unittest.cc +++ b/src/lib/dns/tests/rrparamregistry_unittest.cc @@ -161,6 +161,9 @@ void dummyCallback(const string&, size_t, const string&) { } TEST_F(RRParamRegistryTest, createFromLexer) { + // This test basically checks that the string version of + // AbstractRdataFactory::create() is called by the MasterLexer + // variant of create(). boost::scoped_ptr rdf(new TestRdataFactory); std::stringstream ss("192.168.0.1");