]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
we gained an extra AAAA record in the cache
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 3 Jul 2020 10:52:48 +0000 (12:52 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 3 Jul 2020 10:52:48 +0000 (12:52 +0200)
regression-tests.recursor-dnssec/test_RoutingTag.py

index 63f6c75f8c54cf03a6c0c9a5a9c229d71c3c7e19..cd02160e628366339a1bd950192e8009e82a9c7c 100644 (file)
@@ -170,7 +170,7 @@ end
                           '--config-dir=%s' % 'configs/' + self._confdir,
                           'dump-cache x']
         try:
-            expected = 'dumped 6 records\n'
+            expected = 'dumped 7 records\n'
             ret = subprocess.check_output(rec_controlCmd, stderr=subprocess.STDOUT)
             self.assertEqual(ret, expected)