]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2497] Add a comment for RRParamRegistryTest.createFromLexer
authorMukund Sivaraman <muks@isc.org>
Thu, 29 Nov 2012 22:47:25 +0000 (04:17 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 29 Nov 2012 22:47:25 +0000 (04:17 +0530)
src/lib/dns/tests/rrparamregistry_unittest.cc

index feba8a5a7b305b9e80764114fd4603542c85d671..7e683834b6c90f65134d1307d470d5fd6ca29398 100644 (file)
@@ -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<AbstractRdataFactory> rdf(new TestRdataFactory);
 
     std::stringstream ss("192.168.0.1");