Parcourir la source

[trac505] Recover comment removed by mistake

Michal 'vorner' Vaner il y a 14 ans
Parent
commit
c393ec9264
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/auth/tests/query_unittest.cc

+ 1 - 1
src/bin/auth/tests/query_unittest.cc

@@ -377,7 +377,7 @@ TEST_F(QueryTest, nodomainANY) {
                   NULL, soa_txt, NULL, mock_zone->getOrigin());
 }
 
-
+// This tests that when we need to look up Zone's apex NS records for
 // authoritative answer, and there is no apex NS records. It should
 // throw in that case.
 TEST_F(QueryTest, noApexNS) {