summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-08-01 22:12:04 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-08-01 22:12:04 +0200
commite4b32cb0d44ce7e5b068f8b9f6ce0567d79426aa (patch)
tree9a62843ca5250c076fee118af78e930a6bff345b /source4
parente92f44782385be5315daa77f7821296f96ea729d (diff)
downloadsamba-e4b32cb0d44ce7e5b068f8b9f6ce0567d79426aa.tar.gz
samba-e4b32cb0d44ce7e5b068f8b9f6ce0567d79426aa.tar.bz2
samba-e4b32cb0d44ce7e5b068f8b9f6ce0567d79426aa.zip
s4:ldap.py - remove superflous spaces
Sorry, forgot to delete them in the last commit
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/dsdb/tests/python/ldap.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/dsdb/tests/python/ldap.py b/source4/dsdb/tests/python/ldap.py
index 728c537015..6ef8b6c7d0 100755
--- a/source4/dsdb/tests/python/ldap.py
+++ b/source4/dsdb/tests/python/ldap.py
@@ -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"})