summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_host.py
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2013-09-23 10:46:01 +0200
committerPetr Viktorin <pviktori@redhat.com>2013-09-25 10:13:56 +0200
commita93fc02af6eb50ecb0cfc69174c9f385d60bbbb3 (patch)
tree9c1150ddd8274aad85af93596bd3fba092c75def /ipatests/test_webui/test_host.py
parent0226064baced57f09b899370752c63cce8009b61 (diff)
downloadfreeipa-a93fc02af6eb50ecb0cfc69174c9f385d60bbbb3.tar.gz
freeipa-a93fc02af6eb50ecb0cfc69174c9f385d60bbbb3.tar.xz
freeipa-a93fc02af6eb50ecb0cfc69174c9f385d60bbbb3.zip
Raise an error when updating CIDict with duplicate keys
Updating a CIDict with data like {'A': 1, 'a': 2} would lead to data loss since only one of the items would get to the CIDict. This can result in non-obvious bugs similar to this one in python-ldap: https://bugzilla.redhat.com/show_bug.cgi?id=1007820 Raise an error in this case; any resolution must be done by the caller.
Diffstat (limited to 'ipatests/test_webui/test_host.py')
0 files changed, 0 insertions, 0 deletions