freeipa/ipatests/test_ipapython
Petr Viktorin a93fc02af6 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.
2013-09-25 10:13:56 +02:00
..
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_cookie.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_dn.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_ipautil.py Raise an error when updating CIDict with duplicate keys 2013-09-25 10:13:56 +02:00
test_ipavalidate.py Move tests to test directories 2013-09-25 10:13:56 +02:00
test_keyring.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_ssh.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00