]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2431] Update test comment (to refer to implementation)
authorMukund Sivaraman <muks@isc.org>
Mon, 17 Dec 2012 04:00:19 +0000 (09:30 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 17 Dec 2012 04:00:19 +0000 (09:30 +0530)
src/lib/dns/tests/master_loader_unittest.cc

index 7ddc3924f311c4c604a1bca8371e405f8e3658b0..870ef46bc97b523411c2c862772cd3c68f1b5b82 100644 (file)
@@ -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.
-    //
-    // [<TTL>] [<class>] <type> <RDATA>
-    // [<class>] [<TTL>] <type> <RDATA>
+    // We test the order and existence of TTL, class and type. See
+    // MasterLoader::MasterLoaderImpl::parseRRParams() for ordering.
 
     stringstream zone_stream;
     // <TTL> <class> <type> <RDATA>