From 7e21ea5ad826e65da10d7a12917fd4d0d4f1874e Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Mon, 8 Dec 2008 16:56:24 -0700 Subject: Fixed Warning messages about log dir in unit test --- tests/test_ipa_server/test_rpc.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/test_ipa_server') diff --git a/tests/test_ipa_server/test_rpc.py b/tests/test_ipa_server/test_rpc.py index f73f6cd0..9c6cf23a 100644 --- a/tests/test_ipa_server/test_rpc.py +++ b/tests/test_ipa_server/test_rpc.py @@ -74,3 +74,7 @@ class test_xmlrpc(PluginTester): options = dict(option1=u'How are you?', option2=unicode_str) assert call((arg1, arg2, options)) == (arg1, arg2, options) assert call((arg1,) + arg2 + (options,)) == (arg1, arg2, options) + + + def test_execute(self): + (o, api, home) = self.instance('Backend', in_server=True) -- cgit