summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2011-11-09 14:23:15 +0100
committerSimo Sorce <ssorce@redhat.com>2012-01-11 12:04:16 -0500
commit59b458323b658f7bbd232ec4b59b3842f055e18e (patch)
treea92d032b2713b67779a3e3f8e882d92676c10b42 /tests
parentd5aee7817bd7934f8d1bacdcde7f1634af6250fa (diff)
downloadfreeipa.git-59b458323b658f7bbd232ec4b59b3842f055e18e.tar.gz
freeipa.git-59b458323b658f7bbd232ec4b59b3842f055e18e.tar.xz
freeipa.git-59b458323b658f7bbd232ec4b59b3842f055e18e.zip
Fix DNS zone --allow-dynupdate option behavior
--allow-dynupdate was implemented as a Flag parameter type, which is not convenient for LDAP attributes. When a DNS zone with permitted dynamic updates was modified and the --allow-dynupdate flag was not set, dynamic updates were turned off. This patch changes the option type to Bool parameter type which behaves according to user expectations when modifying the zone. https://fedorahosted.org/freeipa/ticket/2039
Diffstat (limited to 'tests')
-rw-r--r--tests/test_xmlrpc/test_dns_plugin.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_xmlrpc/test_dns_plugin.py b/tests/test_xmlrpc/test_dns_plugin.py
index 679f285d..7e75a130 100644
--- a/tests/test_xmlrpc/test_dns_plugin.py
+++ b/tests/test_xmlrpc/test_dns_plugin.py
@@ -215,7 +215,6 @@ class test_dns(Declarative):
'idnssoaretry': [fuzzy_digits],
'idnssoaexpire': [fuzzy_digits],
'idnssoaminimum': [fuzzy_digits],
- 'idnsallowdynupdate': [u'FALSE'],
},
},
),