Browse Source

[1539] updated the comment in unsupportedRequest about supported opcodes.

so that it matches latest implementation status (and the statement is
generic and won't have to be updated this way again)
JINMEI Tatuya 13 years ago
parent
commit
d70c06df29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/testutils/srv_test.cc

+ 1 - 1
src/lib/testutils/srv_test.cc

@@ -100,7 +100,7 @@ void
 SrvTestBase::unsupportedRequest() {
 SrvTestBase::unsupportedRequest() {
     for (unsigned int i = 0; i < 16; ++i) {
     for (unsigned int i = 0; i < 16; ++i) {
         // set Opcode to 'i', which iterators over all possible codes except
         // set Opcode to 'i', which iterators over all possible codes except
-        // the standard query and notify 
+        // the standard opcodes we support.
         if (i == isc::dns::Opcode::QUERY().getCode() ||
         if (i == isc::dns::Opcode::QUERY().getCode() ||
             i == isc::dns::Opcode::NOTIFY().getCode() ||
             i == isc::dns::Opcode::NOTIFY().getCode() ||
             i == isc::dns::Opcode::UPDATE().getCode()) {
             i == isc::dns::Opcode::UPDATE().getCode()) {