From 42c7a4147ecca9ea82258577d1985da5e87040e0 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Sun, 11 Oct 2009 18:37:26 +0200 Subject: [PATCH] MFB: Fix tests. --- framework/Rpc/test/rpc-test.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)); -- 2.11.0