Parcourir la source

[1332] comment update

JINMEI Tatuya il y a 13 ans
Parent
commit
e84f2aa5e9
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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;
             }