summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_rpc.py
Commit message (Collapse)AuthorAgeFilesLines
* XML-RPC signature changeJason Gerard DeRose2010-03-301-1/+1
|
* localize doc stringsJohn Dennis2010-03-081-2/+2
| | | | | | | | | | | | A number of doc strings were not localized, wrap them in _(). Some messages were not localized, wrap them in _() Fix a couple of failing tests: The method name in RPC should not be unicode. The doc attribute must use the .msg attribute for comparison. Also clean up imports of _() The import should come from ipalib or ipalib.text, not ugettext from request.
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-3/+3
|
* Ported xmlclient to subclass from ConnectibleJason Gerard DeRose2009-02-031-25/+4
|
* Further migration toward new xmlrcp code; fixed problem with unicode ↵Jason Gerard DeRose2009-02-031-8/+10
| | | | Fault.faultString; fixed problem where ServerProxy method was not called correctly
* Sundry work getting ready to switch to new XML-RPC client/server codeJason Gerard DeRose2009-02-031-1/+15
|
* Added Command.args_options_2_params() method and its unit testsJason Gerard DeRose2009-02-031-1/+1
|
* Added rpc.xmlclient backend plugin for forwarding; added corresponding unit ↵Jason Gerard DeRose2009-01-191-2/+79
| | | | tests
* ipalib.rpc: now using allow_none=True after conversation with Rob; added ↵Jason Gerard DeRose2009-01-151-22/+86
| | | | xml_dumps() and xml_loads() functions; some name cleanup
* tests.test_ipalib.test_rpc now imports constants from tests.dataJason Gerard DeRose2008-12-081-32/+16
|
* Re-enable Python2.4 tests and fixed some small things broken under Python2.4Jason Gerard DeRose2008-12-081-1/+2
|
* Stared some RPC-related error cleanup; started work on ipa_server.rcp.xmlrpc ↵Jason Gerard DeRose2008-11-241-3/+3
| | | | plugin
* Started moving xmlrpc-functions from ipalib.util to ipalib.rpcJason Gerard DeRose2008-11-241-0/+123