From b990d1e89131c5a3be293171b555bf5a97e145ad Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Sun, 4 May 2014 17:33:57 +0200
Subject: [PATCH] Fix: testcase to get thirdparty from web service.

---
 test/phpunit/WebservicesThirdpartyTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/phpunit/WebservicesThirdpartyTest.php b/test/phpunit/WebservicesThirdpartyTest.php
index 100752e9f72..a6e8c4c6cd7 100755
--- a/test/phpunit/WebservicesThirdpartyTest.php
+++ b/test/phpunit/WebservicesThirdpartyTest.php
@@ -153,7 +153,7 @@ class WebservicesThirdpartyTest extends PHPUnit_Framework_TestCase
 
     	// Test URL
     	$result='';
-    	$parameters = array('authentication'=>$authentication);
+    	$parameters = array('authentication'=>$authentication, 'id'=>1);
     	print __METHOD__." call method ".$WS_METHOD."\n";
     	try {
     		$result = $soapclient->call($WS_METHOD,$parameters,$ns,'');
-- 
GitLab