From: Jan Schneider Date: Sun, 11 Oct 2009 16:37:26 +0000 (+0200) Subject: MFB: Fix tests. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=42c7a4147ecca9ea82258577d1985da5e87040e0;p=horde.git MFB: Fix tests. --- diff --git a/framework/Rpc/test/rpc-test.php b/framework/Rpc/test/rpc-test.php index 9e86afb67..9e646044f 100644 --- a/framework/Rpc/test/rpc-test.php +++ b/framework/Rpc/test/rpc-test.php @@ -1,7 +1,7 @@ #!/usr/bin/php $user, 'pass' => $pass)); break; @@ -68,7 +68,7 @@ case 5: case 6: $response = Horde_RPC::request('soap', Horde::url('rpc.php', true, -1), - 'tasks.list', array(0, 0), + 'tasks.list', array(), array('namespace' => 'urn:horde', 'user' => $user, 'pass' => $pass));