Parcourir la source

[1318] Correct problem in #1213 update

1213 failed to take into account a change in zone configuration
options, causing the IXFR-in test to fail.
Stephen Morris il y a 13 ans
Parent
commit
ad24f1d258
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      tests/system/ixfr/b10-config.db.in

+ 2 - 1
tests/system/ixfr/b10-config.db.in

@@ -3,7 +3,8 @@
         "zones": [{
             "master_addr": "10.53.0.1",
             "master_port": 53210,
-            "name": "example."
+            "name": "example.",
+            "use_ixfr": true
         }]
     },
     "Auth": {