summaryrefslogtreecommitdiffstats
path: root/tests/test_install/4_update.update
Commit message (Collapse)AuthorAgeFilesLines
* Fix test failure in updater when adding values to a single-value attrRob Crittenden2011-07-111-0/+1
| | | | | | | The ipaldap.py code was updated to consider the schema when making changes and does a REPLACE on single-value attributes. So when you do an add in an update it will effectively replace the value instead of ignoring it.
* Let the updater delete entries and add small test harnessRob Crittenden2009-10-051-0/+3
In order to run the tests you must put your DM password into ~/.ipa/.dmpw Some tests are expected to generate errors. Don't let any ERROR messages from the updater fool you, watch the pass/fail of the nosetests.