1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s4:ldap.py - remove superflous spaces

Sorry, forgot to delete them in the last commit
This commit is contained in:
Matthias Dieter Wallnöfer
2010-08-01 22:12:04 +02:00
parent e92f447823
commit e4b32cb0d4

View File

@ -688,8 +688,6 @@ class BasicTests(unittest.TestCase):
except LdbError, (num, _):
self.assertEquals(num, ERR_UNWILLING_TO_PERFORM)
self.ldb.add({
"dn": "cn=ldaptestgroup,cn=users," + self.base_dn,
"objectclass": "group"})