summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_taskgroup_plugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix unicode failures in Env tests and dn failures in XML-RPC testsRob Crittenden2010-02-261-6/+6
|
* Make the --all option work in Add/Remove Member commands.Pavel Zuna2010-02-241-0/+4
|
* Use the Output tuple to determine the order of outputRob Crittenden2010-02-151-17/+25
| | | | | | | | | | | | | | The attributes displayed is now dependant upon their definition in a Param. This enhances that, giving some level of control over how the result is displayed to the user. This also fixes displaying group membership, including failures of adding/removing entries. All tests pass now though there is still one problem. We need to return the dn as well. Once that is fixed we just need to comment out all the dn entries in the tests and they should once again pass.
* Add messages, declarative tests for rolegroup, taskgroup pluginsJason Gerard DeRose2009-12-181-150/+422
|
* Take 2: Extensible return values and validation; steps toward a single ↵Jason Gerard DeRose2009-12-101-45/+43
| | | | output_for_cli(); enable more webUI stuff
* Fix unit tests for plugins using baseldap classes.Pavel Zuna2009-10-051-10/+10
|
* Add a new objectclass, ipaObject, that will add a UUID to many IPA objectsRob Crittenden2009-08-101-1/+2
| | | | | | | | | ipaObject is defined as an auxiliary objectclass so it is up to the plugin author to ensure that the objectclass is included an a UUID generated. ipaUniqueId is a MUST attribute so if you include the objectclass you must ensure that the uuid is generated. This also fixes up some unrelated unit test failures.
* Fix unit tests to handle new group-{add, del}-member semantics.Pavel Zuna2009-07-021-2/+2
|
* Add unit tests for new plugins.Pavel Zuna2009-07-021-0/+174
|
* Remove unit tests for old plugins.Pavel Zuna2009-07-021-188/+0
|
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-4/+4
|
* Modify the taskgroup plugin to use the new group baseclass and add testsRob Crittenden2009-03-201-0/+188