[Pkg-owncloud-commits] [owncloud] 25/27: fixing typo
David Prévot
taffit at moszumanska.debian.org
Wed Oct 28 17:03:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.1.4RC2
in repository owncloud.
commit 3bad2ac1e5961a453099714c10c46681c354234f
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Wed Oct 28 09:24:19 2015 +0100
fixing typo
---
apps/user_ldap/tests/access.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/apps/user_ldap/tests/access.php b/apps/user_ldap/tests/access.php
index 74615ce..c7246dc 100644
--- a/apps/user_ldap/tests/access.php
+++ b/apps/user_ldap/tests/access.php
@@ -285,8 +285,7 @@ class Test_Access extends \Test\TestCase {
* @dataProvider dNAttributeProvider
*/
public function testSanitizeDN($attribute) {
- list($lw, $con, $um) = $this->getConnecterAndLdapMock();
-
+ list($lw, $con, $um) = $this->getConnectorAndLdapMock();
$dnFromServer = 'cn=Mixed Cases,ou=Are Sufficient To,ou=Test,dc=example,dc=org';
--
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