From 1c0cc6c7bcf0125aa1af9298e846d0c740c1a7c4 Mon Sep 17 00:00:00 2001
From: Arthur Schiwon <blizzz@owncloud.com>
Date: Tue, 26 Aug 2014 10:50:00 +0200
Subject: [PATCH] fix wizard test, adjust to changed parameters of the tested
 method, introduced by 9caa354cfc1f73159f335646ca89be4db72b125e

---
 apps/user_ldap/tests/wizard.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/user_ldap/tests/wizard.php b/apps/user_ldap/tests/wizard.php
index 786769a88c..50461432c4 100644
--- a/apps/user_ldap/tests/wizard.php
+++ b/apps/user_ldap/tests/wizard.php
@@ -280,7 +280,7 @@ class Test_Wizard extends \PHPUnit_Framework_TestCase {
 
 		# The following expectations are the real test #
 		$filters = array('f1', 'f2', '*');
-		$resultArray = $wizard->cumulativeSearchOnAttribute($filters, 'cn', true, 0);
+		$resultArray = $wizard->cumulativeSearchOnAttribute($filters, 'cn', 0);
 		$this->assertSame(6, count($resultArray));
 		unset($mark);
 	}
-- 
GitLab