Browse Source

[trac505] Recover comment removed by mistake

Michal 'vorner' Vaner 14 years ago
parent
commit
c393ec9264
1 changed files with 1 additions and 1 deletions
  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) {