BIND 10 trac2497, updated. 2b8518d98293f746baab407d7d6744bde367ced3 [2497] Add a comment for RRParamRegistryTest.createFromLexer
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Nov 29 22:47:33 UTC 2012
The branch, trac2497 has been updated
via 2b8518d98293f746baab407d7d6744bde367ced3 (commit)
from 022d3888199e59b7a4bc256eaaf188a64db61cdf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2b8518d98293f746baab407d7d6744bde367ced3
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri Nov 30 04:17:25 2012 +0530
[2497] Add a comment for RRParamRegistryTest.createFromLexer
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/tests/rrparamregistry_unittest.cc | 3 +++
1 file changed, 3 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/rrparamregistry_unittest.cc b/src/lib/dns/tests/rrparamregistry_unittest.cc
index feba8a5..7e68383 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<AbstractRdataFactory> rdf(new TestRdataFactory);
std::stringstream ss("192.168.0.1");
More information about the bind10-changes
mailing list