Browse Source

[1332] comment update

JINMEI Tatuya 13 years ago
parent
commit
e84f2aa5e9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/datasrc/tests/database_unittest.cc

+ 2 - 1
src/lib/datasrc/tests/database_unittest.cc

@@ -779,7 +779,8 @@ public:
             // serial number arithmetic; we prefer brevity for testing.
             // Skip until we see the starting serial.  Once we started
             // recording this condition is ignored (to support wrap-around
-            // case)
+            // case).  Also, it ignores the RR type; it only checks the
+            // versions.
             if ((*it).serial_ < start && selected_jnl.empty()) {
                 continue;
             }