diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-08-26 10:50:00 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-08-28 11:53:40 +0200 |
commit | 1c0cc6c7bcf0125aa1af9298e846d0c740c1a7c4 (patch) | |
tree | 3c9c406ae6c17f2ab2f94a5d88b2b02937d3c046 /apps/user_ldap/tests | |
parent | dbd51d15e1558fac4936a593ea3599b344d83b07 (diff) | |
download | nextcloud-server-1c0cc6c7bcf0125aa1af9298e846d0c740c1a7c4.tar.gz nextcloud-server-1c0cc6c7bcf0125aa1af9298e846d0c740c1a7c4.zip |
fix wizard test, adjust to changed parameters of the tested method, introduced by 9caa354cfc1f73159f335646ca89be4db72b125e
Diffstat (limited to 'apps/user_ldap/tests')
-rw-r--r-- | apps/user_ldap/tests/wizard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/wizard.php b/apps/user_ldap/tests/wizard.php index 786769a88cf..50461432c42 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); } |