diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-08-01 22:12:04 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-08-01 22:12:04 +0200 |
commit | e4b32cb0d44ce7e5b068f8b9f6ce0567d79426aa (patch) | |
tree | 9a62843ca5250c076fee118af78e930a6bff345b /source4/dsdb/tests | |
parent | e92f44782385be5315daa77f7821296f96ea729d (diff) | |
download | samba-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/dsdb/tests')
-rwxr-xr-x | source4/dsdb/tests/python/ldap.py | 2 |
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"}) |