Browse Source

[2431] Update test comment (to refer to implementation)

Mukund Sivaraman 12 years ago
parent
commit
c41a723a55
1 changed files with 2 additions and 6 deletions
  1. 2 6
      src/lib/dns/tests/master_loader_unittest.cc

+ 2 - 6
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.
-    //
-    // [<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>