From: Mukund Sivaraman Date: Mon, 17 Dec 2012 04:00:19 +0000 (+0530) Subject: [2431] Update test comment (to refer to implementation) X-Git-Tag: bind10-1.0.0-beta-release~13^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c41a723a55a2d5665ee28716b32983ea17a38d97;p=thirdparty%2Fkea.git [2431] Update test comment (to refer to implementation) --- diff --git a/src/lib/dns/tests/master_loader_unittest.cc b/src/lib/dns/tests/master_loader_unittest.cc index 7ddc3924f3..870ef46bc9 100644 --- a/src/lib/dns/tests/master_loader_unittest.cc +++ b/src/lib/dns/tests/master_loader_unittest.cc @@ -480,12 +480,8 @@ TEST_F(MasterLoaderTest, ttlFromPrevious) { } TEST_F(MasterLoaderTest, ttlClassTypeOrder) { - // We test the order and lack of TTL, class and type. Both TTL and - // class are optional and may occur in any order if they exist. TTL - // and class come before type which must exist. - // - // [] [] - // [] [] + // We test the order and existence of TTL, class and type. See + // MasterLoader::MasterLoaderImpl::parseRRParams() for ordering. stringstream zone_stream; //