[Pkg-owncloud-commits] [owncloud] 06/258: fix wizard test, adjust to changed parameters of the tested method, introduced by 9caa354cfc1f73159f335646ca89be4db72b125e
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:22:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit a133833fb9c5ec2ff2bb3bbbca6ac53ea4eab2b7
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Tue Aug 26 10:50:00 2014 +0200
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 786769a..5046143 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);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list